diff --git a/CHANGELOG.md b/CHANGELOG.md index a900db7fe44..04704167746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ - ref: Add SentryMechanismMeta #1048: Replaced dict `SentryMechanism.meta` with new class `SentryMechanismMeta`. Moved `SenryNSError` to `SentryMechanismMeta`. +### Features and Fixes + +- feat: Async callstacks are being tracked by wrapping the `dispatch_async` and related APIs. #998 + ## 7.0.0-alpha.4 ### Breaking Changes @@ -19,7 +23,6 @@ ### Features and Fixes -- feat: Async callstacks are being tracked by wrapping the `dispatch_async` and related APIs. #998 - perf: Avoid allocating dict in BreadcrumbTracker #1027 - feat: Add start and endSession to SentrySDK #1021 - fix: Crash when passing garbage to maxBreadcrumbs #1018