浏览代码

Update changelogs for M72 (#5714)

* Update changelogs for M72

* Fix misspelling
Morgan Chen 5 年之前
父节点
当前提交
a20199b325
共有 3 个文件被更改,包括 6 次插入6 次删除
  1. 2 2
      Crashlytics/CHANGELOG.md
  2. 1 1
      FirebaseInstallations/CHANGELOG.md
  3. 3 3
      FirebaseRemoteConfig/CHANGELOG.md

+ 2 - 2
Crashlytics/CHANGELOG.md

@@ -1,6 +1,6 @@
-# Unreleased
+# v4.1.1
 
-- [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).
+- [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).
 
 # v4.1.0
 

+ 1 - 1
FirebaseInstallations/CHANGELOG.md

@@ -2,7 +2,7 @@
 
 - [changed] Mac OS Keychain storage changes: use a unique (per app) Keychain Service name to isolate Keychain items for different Mac OS applications.
   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.
-  iOS, TVOS and watchOS Installation Identifiers will not be affected. (#5603)
+  iOS, tvOS and watchOS Installation Identifiers will not be affected. (#5603)
 - [changed] More readable server error console messages. (#5654)
 - [changed] Auth Token auto fetch disabled. (#5656)
 

+ 3 - 3
FirebaseRemoteConfig/CHANGELOG.md

@@ -3,9 +3,9 @@
 - [fixed] Remove undefined class via removing unused proto generated source files. (#4334)
 - [added] Add an URLSession Partial Mock to enable testing without a backend. (#5633)
 - [added] Added activate API that returns a callback with an additional `bool` parameter indicating
-if the config has changed or not. The new API does not error if the console is unchanged. The old
-activate API with only an error parameter is deprecated and will be removed at the next major
-release. (#3586)
+  if the config has changed or not. The new API does not error if the console is unchanged. The old
+  activate API with only an error parameter is deprecated and will be removed at the next major
+  release. (#3586)
 
 # v4.4.11
 - [fixed] Fixed a bug where settings updates weren't applied before fetches. (#4740)