Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos in release notes #13890

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
20 changes: 10 additions & 10 deletions FirebaseAuth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Loading