Skip to content

Commit

Permalink
M77 Changelog updates (#6205)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Aug 4, 2020
1 parent 8f8a5fd commit b7f4049
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 4 additions & 3 deletions FirebaseAuth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 6 additions & 0 deletions FirebaseCore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion FirebaseRemoteConfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v4.8.1
# v4.9.0
- [fixed] Fixed `FirebaseApp.delete()` related crash in `RC Config Fetch`. (#6123)

# v4.8.0
Expand Down

0 comments on commit b7f4049

Please sign in to comment.