Skip to content

Commit b7f4049

Browse files
authored
M77 Changelog updates (#6205)
1 parent 8f8a5fd commit b7f4049

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

FirebaseAuth/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Unreleased
2-
- [changed] Added support for using GOOGLE_APP_ID in generic IDP and phone auth reCAPTCHA fallback flows. (#6121).
1+
# v6.8.0
2+
- [fixed] Fix bug where multiple keychain entries would result in user persistence failure. (#5906)
3+
- [changed] Added support for using GOOGLE_APP_ID in generic IDP and phone auth reCAPTCHA fallback flows. (#6121)
34

45
# v6.7.1
5-
- [fixed] Fixed a multithreaded memory access issue on iOS (#5979).
6+
- [fixed] Fixed a multithreaded memory access issue on iOS. (#5979)
67

78
# v6.7.0
89
- [changed] Functionally neutral source reorganization for preliminary Swift Package Manager support. (#5856)

FirebaseCore/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v6.10.0 -- M77
2+
- [changed] Functionally neutral public header refactor in preparation for Swift Package
3+
Manager support. Applies to FirebaseCore, FirebaseABTesting, FirebaseAuth, FirebaseCrashlytics,
4+
FirebaseDatabase, FirebaseFirestore, FirebaseFuncitons, FirebaseInstallations,
5+
FirebaseRemoteConfig, FirebaseStorage, and GoogleDataTransport.
6+
17
# v6.9.0 -- M75
28
- [changed] Added thread safety to `[FIROptions defaultOptions]` method. (#5915)
39
- [changed] Updated GoogleUtilities and GoogleDataTransport imports. The GoogleDataTransportCCTSupport

FirebaseRemoteConfig/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v4.8.1
1+
# v4.9.0
22
- [fixed] Fixed `FirebaseApp.delete()` related crash in `RC Config Fetch`. (#6123)
33

44
# v4.8.0

0 commit comments

Comments
 (0)