Skip to content

Commit 0ab96c6

Browse files
authored
fix typos in release notes (#13890)
1 parent 178a522 commit 0ab96c6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Crashlytics/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 11.4.0
2-
- [fixed] Updated `upload-symbols` to version 3.18 with support for upload mutiple DWARF contents in a dSYM bundle(#13543).
2+
- [fixed] Updated `upload-symbols` to version 3.18 with support for uploading multiple DWARF contents in a dSYM bundle (#13543).
33

44
# 10.28.1
55
- [changed] Reverted "Add SIGTERM support (#12881)" (#13117)

FirebaseAuth/CHANGELOG.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# 11.4.0
2-
- [Fixed] Restore Firebase 10 behavior by ignoring `nil` display names used
2+
- [fixed] Restore Firebase 10 behavior by ignoring `nil` display names used
33
during multi factor enrollment. (#13856)
4-
- [Fixed] Fix crash when enrolling account with TOTP MFA. (#13880)
4+
- [fixed] Fix crash when enrolling account with TOTP MFA. (#13880)
55

66
# 11.3.0
7-
- [Fixed] Restore Firebase 10 behavior by querying with the
7+
- [fixed] Restore Firebase 10 behavior by querying with the
88
`kSecAttrSynchronizable` key when auth state is set to be shared across
99
devices. (#13584)
10-
- [Fixed] Prevent a bad memory access crash by using non-ObjC, native Swift
10+
- [fixed] Prevent a bad memory access crash by using non-ObjC, native Swift
1111
types in the SDK's networking layer, and moving synchronous work off of
1212
the shared Swift concurrency queue. (#13650)
13-
- [Fixed] Restore Firebase 10 behavior by forwarding errors from interrupted
13+
- [fixed] Restore Firebase 10 behavior by forwarding errors from interrupted
1414
reCAPTCHA or OIDC login flows. (#13645)
1515

1616
# 11.2.0
17-
- [Fixed] Fixed crashes that could occur in Swift continuation blocks running in the Xcode 16
17+
- [fixed] Fixed crashes that could occur in Swift continuation blocks running in the Xcode 16
1818
betas. (#13480)
19-
- [Fixed] Fixed Phone Auth via Sandbox APNS tokens that broke in 11.0.0. (#13479)
20-
- [Fixed] Fixed crash when fetching # methods due to unexpected nil.
19+
- [fixed] Fixed Phone Auth via Sandbox APNS tokens that broke in 11.0.0. (#13479)
20+
- [fixed] Fixed crash when fetching # methods due to unexpected nil.
2121
Previously, fetching # methods could return both a `nil` array of sign
2222
in methods and a `nil` error. In such cases, an empty array is instead
2323
returned with the `nil` error. (#13550)
24-
- [Fixed] Fixed user session persistence in multi tenant projects. Introduced in 11.0.0. (#13565)
25-
- [Fixed] Fixed encoding crash that occurs when using TOTP multi-factor
24+
- [fixed] Fixed user session persistence in multi tenant projects. Introduced in 11.0.0. (#13565)
25+
- [fixed] Fixed encoding crash that occurs when using TOTP multi-factor
2626
authentication. Note that this fix will not be in the 11.2.0 zip and Carthage
2727
distributions, but will be included from 11.3.0 onwards. (#13591)
2828

0 commit comments

Comments
 (0)