You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,17 @@
3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
+
## [6.5.1]
7
+
8
+
### Added
9
+
10
+
- Privacy manifest file which correctly declares how and which user data is tracked [source](https://developer.apple.com/videos/play/wwdc2023/10060/?time=139)
11
+
12
+
### Changed
13
+
14
+
- Fix to allow auth token generation to occur only when the user is logged in
15
+
- Updates logic for notificationsEnabled flag to be more inclusive in case of failures for fetching the current settings
0 commit comments