Skip to content

Commit 2d297eb

Browse files
ryanwilsonpaulb777
authored andcommitted
Fix method names in CHANGELOG (#2570)
* Fix method names in CHANGELOG * Delete reverted os_log Core CHANGELOG
1 parent 54763ba commit 2d297eb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Firebase/Core/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# 2019-03-19 -- v5.4.0 -- M45
22
- [changed] Allow Bundle IDs that have a valid prefix to enable richer extension support. (#2515)
3-
- [changed] Convert FIRLogger to use the recommended os_log for logging via GoogleUtilities.
4-
See https://developer.apple.com/documentation/os/logging?language=objc.
53
- [changed] Deprecated `FIRAnalyticsConfiguration` API in favor of new methods on the Analytics SDK.
6-
Please call the new APIs directly: Enable/disable Analytics with `Analytics.setAnalyticsEnabled(_)`
7-
and modify the session timeout interval with `Analytics.setAnalyticsCollectionEnabled(_)`.
8-
4+
Please call the new APIs directly: Enable/disable Analytics with `Analytics.setAnalyticsCollectionEnabled(_)`
5+
and modify the session timeout interval with `Analytics.setSessionTimeoutInterval(_)`.
96

107
# 2019-01-22 -- v5.2.0 -- M41
118
- [changed] Added a registerInternalLibrary API. Now other Firebase libraries register with FirebaseCore

0 commit comments

Comments
 (0)