From 2a894d51fb421fc00c10b772395c816e4678ca8a Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Fri, 1 Dec 2023 11:30:43 -0900 Subject: [PATCH] meta: mention experimental nature of UIKitless feature (#3470) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)