diff --git a/Crashlytics/CHANGELOG.md b/Crashlytics/CHANGELOG.md index 598aed30656..baf09d78f57 100644 --- a/Crashlytics/CHANGELOG.md +++ b/Crashlytics/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 11.7.0 - [fixed] Updated `upload-symbols` to version 3.20, wait for `debug.dylib` DWARF content getting generated when build with `--build-phase` option. Added `debug.dylib` DWARF content to run script input file list for user who enabled user script sandboxing (#14054). - [fixed] Updated all memory allocation from `malloc()` to `calloc()` (#14209). diff --git a/FirebaseAuth/CHANGELOG.md b/FirebaseAuth/CHANGELOG.md index 197eb157087..864487a1898 100644 --- a/FirebaseAuth/CHANGELOG.md +++ b/FirebaseAuth/CHANGELOG.md @@ -1,10 +1,12 @@ -# Unreleased +# 11.7.0 - [fixed] Fix Multi-factor session crash on second Firebase app. (#14238) - [fixed] Updated most decoders to be consistent with Firebase 10's behavior for decoding `nil` values. (#14212) - [fixed] Address Xcode 16.2 concurrency compile time issues. (#14279) - [fixed] Fix handling of cloud blocking function errors. (#14052) - [fixed] Fix phone auth flow to skip RCE verification if appVerificationDisabledForTesting is set. (#14242) +- [fixed] Avoid over release crash by making concurrently accessed properties + atomic (#14308). # 11.6.0 - [added] Added reCAPTCHA Enterprise support for app verification during phone