diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f66c4aa..8fbdbe63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ - Add API allowing to start/finish transactions and spans with explicit timings ([#715](https://github.com/getsentry/sentry-unreal/pull/715)) - Add GPU crash dump attachments ([#712](https://github.com/getsentry/sentry-unreal/pull/712)) +### Fixes + +- Fix macOS/iOS build errors due to missing `NS_SWIFT_SENDABLE` macro definition ([#721](https://github.com/getsentry/sentry-unreal/pull/721)) + ### Dependencies - Bump Native SDK from v0.7.16 to v0.7.17 ([#717](https://github.com/getsentry/sentry-unreal/pull/717))