diff --git a/Crashlytics/CHANGELOG.md b/Crashlytics/CHANGELOG.md index 961cadfbe5a..b13fb66749b 100644 --- a/Crashlytics/CHANGELOG.md +++ b/Crashlytics/CHANGELOG.md @@ -1,5 +1,5 @@ # 11.4.0 -- [fixed] Updated `upload-symbols` to version 3.18 with support for upload mutiple DWARF contents in a dSYM bundle(#13543). +- [fixed] Updated `upload-symbols` to version 3.18 with support for uploading multiple DWARF contents in a dSYM bundle (#13543). # 10.28.1 - [changed] Reverted "Add SIGTERM support (#12881)" (#13117) diff --git a/FirebaseAuth/CHANGELOG.md b/FirebaseAuth/CHANGELOG.md index 9d290018c7a..d5e3b31c3ba 100644 --- a/FirebaseAuth/CHANGELOG.md +++ b/FirebaseAuth/CHANGELOG.md @@ -1,28 +1,28 @@ # 11.4.0 -- [Fixed] Restore Firebase 10 behavior by ignoring `nil` display names used +- [fixed] Restore Firebase 10 behavior by ignoring `nil` display names used during multi factor enrollment. (#13856) -- [Fixed] Fix crash when enrolling account with TOTP MFA. (#13880) +- [fixed] Fix crash when enrolling account with TOTP MFA. (#13880) # 11.3.0 -- [Fixed] Restore Firebase 10 behavior by querying with the +- [fixed] Restore Firebase 10 behavior by querying with the `kSecAttrSynchronizable` key when auth state is set to be shared across devices. (#13584) -- [Fixed] Prevent a bad memory access crash by using non-ObjC, native Swift +- [fixed] Prevent a bad memory access crash by using non-ObjC, native Swift types in the SDK's networking layer, and moving synchronous work off of the shared Swift concurrency queue. (#13650) -- [Fixed] Restore Firebase 10 behavior by forwarding errors from interrupted +- [fixed] Restore Firebase 10 behavior by forwarding errors from interrupted reCAPTCHA or OIDC login flows. (#13645) # 11.2.0 -- [Fixed] Fixed crashes that could occur in Swift continuation blocks running in the Xcode 16 +- [fixed] Fixed crashes that could occur in Swift continuation blocks running in the Xcode 16 betas. (#13480) -- [Fixed] Fixed Phone Auth via Sandbox APNS tokens that broke in 11.0.0. (#13479) -- [Fixed] Fixed crash when fetching sign in methods due to unexpected nil. +- [fixed] Fixed Phone Auth via Sandbox APNS tokens that broke in 11.0.0. (#13479) +- [fixed] Fixed crash when fetching sign in methods due to unexpected nil. Previously, fetching sign in methods could return both a `nil` array of sign in methods and a `nil` error. In such cases, an empty array is instead returned with the `nil` error. (#13550) -- [Fixed] Fixed user session persistence in multi tenant projects. Introduced in 11.0.0. (#13565) -- [Fixed] Fixed encoding crash that occurs when using TOTP multi-factor +- [fixed] Fixed user session persistence in multi tenant projects. Introduced in 11.0.0. (#13565) +- [fixed] Fixed encoding crash that occurs when using TOTP multi-factor authentication. Note that this fix will not be in the 11.2.0 zip and Carthage distributions, but will be included from 11.3.0 onwards. (#13591)