Browse Source

M77 Changelog updates (#6205)

Paul Beusterien 5 years ago
parent
commit
b7f4049c94
3 changed files with 11 additions and 4 deletions
  1. 4 3
      FirebaseAuth/CHANGELOG.md
  2. 6 0
      FirebaseCore/CHANGELOG.md
  3. 1 1
      FirebaseRemoteConfig/CHANGELOG.md

+ 4 - 3
FirebaseAuth/CHANGELOG.md

@@ -1,8 +1,9 @@
-# Unreleased
-- [changed] Added support for using GOOGLE_APP_ID in generic IDP and phone auth reCAPTCHA fallback flows. (#6121).
+# v6.8.0
+- [fixed] Fix bug where multiple keychain entries would result in user persistence failure. (#5906)
+- [changed] Added support for using GOOGLE_APP_ID in generic IDP and phone auth reCAPTCHA fallback flows. (#6121)
 
 # v6.7.1
-- [fixed] Fixed a multithreaded memory access issue on iOS (#5979).
+- [fixed] Fixed a multithreaded memory access issue on iOS. (#5979)
 
 # v6.7.0
 - [changed] Functionally neutral source reorganization for preliminary Swift Package Manager support. (#5856)

+ 6 - 0
FirebaseCore/CHANGELOG.md

@@ -1,3 +1,9 @@
+# v6.10.0 -- M77
+- [changed] Functionally neutral public header refactor in preparation for Swift Package
+  Manager support. Applies to FirebaseCore, FirebaseABTesting, FirebaseAuth, FirebaseCrashlytics,
+  FirebaseDatabase, FirebaseFirestore, FirebaseFuncitons, FirebaseInstallations,
+  FirebaseRemoteConfig, FirebaseStorage, and GoogleDataTransport.
+
 # v6.9.0 -- M75
 - [changed] Added thread safety to `[FIROptions defaultOptions]` method. (#5915)
 - [changed] Updated GoogleUtilities and GoogleDataTransport imports. The GoogleDataTransportCCTSupport

+ 1 - 1
FirebaseRemoteConfig/CHANGELOG.md

@@ -1,4 +1,4 @@
-# v4.8.1
+# v4.9.0
 - [fixed] Fixed `FirebaseApp.delete()` related crash in `RC Config Fetch`. (#6123)
 
 # v4.8.0