Skip to content

Commit a20199b

Browse files
authored
Update changelogs for M72 (#5714)
* Update changelogs for M72 * Fix misspelling
1 parent 0d526fd commit a20199b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Crashlytics/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Unreleased
1+
# v4.1.1
22

3-
- [fixed] Fixed a crash that could occur if certian plist fields necessary to create Crashlytics records were missing at runtime. Also added some diagnostic logging to make the issue cause more explicit (#5565).
3+
- [fixed] Fixed a crash that could occur if certain plist fields necessary to create Crashlytics records were missing at runtime. Also added some diagnostic logging to make the issue cause more explicit (#5565).
44

55
# v4.1.0
66

FirebaseInstallations/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- [changed] Mac OS Keychain storage changes: use a unique (per app) Keychain Service name to isolate Keychain items for different Mac OS applications.
44
NOTE: Installation Identifiers created by previous versions will be reset on Mac OS which can affect e.g. A/B Testing variants or debug device targeting for Firebase Messaging.
5-
iOS, TVOS and watchOS Installation Identifiers will not be affected. (#5603)
5+
iOS, tvOS and watchOS Installation Identifiers will not be affected. (#5603)
66
- [changed] More readable server error console messages. (#5654)
77
- [changed] Auth Token auto fetch disabled. (#5656)
88

FirebaseRemoteConfig/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
- [fixed] Remove undefined class via removing unused proto generated source files. (#4334)
44
- [added] Add an URLSession Partial Mock to enable testing without a backend. (#5633)
55
- [added] Added activate API that returns a callback with an additional `bool` parameter indicating
6-
if the config has changed or not. The new API does not error if the console is unchanged. The old
7-
activate API with only an error parameter is deprecated and will be removed at the next major
8-
release. (#3586)
6+
if the config has changed or not. The new API does not error if the console is unchanged. The old
7+
activate API with only an error parameter is deprecated and will be removed at the next major
8+
release. (#3586)
99

1010
# v4.4.11
1111
- [fixed] Fixed a bug where settings updates weren't applied before fetches. (#4740)

0 commit comments

Comments
 (0)