From 1d12317049d9f9bf693174b9b3871bffb459c2e3 Mon Sep 17 00:00:00 2001 From: Daniel Hok Date: Tue, 15 Oct 2024 14:30:26 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea3bcd8fe..e9d3f847b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## 11.1.0 +⚠️ **Important:** This version has a known issue around Push Notifications that can cause incorrect unsubscribes. Do not upgrade to this version. + ##### Fixed - Fixes an issue introduced in `11.0.0` where the push token status would not always be reported in all circumstances. - Fixes a display bug where an in-app message would appear truncated after certain keyboard dismissal scenarios. @@ -10,6 +12,8 @@ ## 11.0.0 +⚠️ **Important:** This version has a known issue around Push Notifications that can cause incorrect unsubscribes. Do not upgrade to this version. + ##### Breaking - Adds support for [Swift 6 strict concurrency checking](https://developer.apple.com/documentation/swift/adoptingswift6). - Relevant public Braze classes and data types now conform to the `Sendable` protocol and can be safely used across concurrency contexts.