diff --git a/FirebaseCore/CHANGELOG.md b/FirebaseCore/CHANGELOG.md index 8735015bc6f..2f5e711f7fe 100644 --- a/FirebaseCore/CHANGELOG.md +++ b/FirebaseCore/CHANGELOG.md @@ -1,4 +1,8 @@ # Firebase 9.6.0 +- [fixed] Mac apps using Firebase products that store SDK data in the keychain + will no longer prompt the user for permission to access the keychain. This + requires that Mac apps using Firebase be signed with a provisioning profile + that has the Keychain Sharing capability enabled. (#9392) - [fixed] Fixed `Array.Index`-related compile time errors when building with older Swift versions. (#10171) - [fixed] Update dependency specification for GTMSessionFetcher to allow all 2.x versions. (#10131)