diff --git a/CHANGELOG.md b/CHANGELOG.md index d28ad4e457a..7424c90ea68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,7 +86,8 @@ The XCFramework attached to GitHub releases is now built with Xcode 15. ### Features -- Sentry can now be used without linking UIKit; this is helpful for using the SDK in certain app extension contexts (#3175) +- Sentry can now be used without linking UIKit; this is helpful for using the SDK in certain app extension contexts (#3175) +**Note:** this is an experimental feature not yet available for with SPM. **Warning:** this breaks some SPM integrations. Use 8.14.1 if you integrate using SPM. - GA of MetricKit integration (#3340)