Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hokstuff committed Oct 15, 2024
1 parent fa85977 commit 1d12317
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 1d12317

Please sign in to comment.