From 43715fc1b8471d62891d862cb7e37a11e5270a70 Mon Sep 17 00:00:00 2001 From: Ivan Tustanivskyi Date: Tue, 24 Dec 2024 10:55:22 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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))