Skip to content

Commit 5c1f7d3

Browse files
morganchen12paulb777
authored andcommitted
Update changelogs (#6649)
1 parent 1f6c2ff commit 5c1f7d3

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Crashlytics/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
# Unreleased
2-
- [changed] Improved upload-symbols conversion speed. Customers with large dSYMs should see a significant improvement in the it takes to upload Crashlytics symbols.
3-
- [fixed] Fixed Apple Watch crash related to sigaction (#6434).
1+
# v4.6.2
2+
3+
- [changed] Improved upload-symbols conversion speed. Customers with large dSYMs should see a significant improvement in the time it takes to upload Crashlytics symbols.
4+
- [fixed] Fixed Apple Watch crash related to `sigaction` (#6434).
45

56
# v4.6.0
7+
68
- [added] Added stackFrameWithAddress API for recording custom errors that are symbolicated on the backend (#5975).
79
- [fixed] Fixed comment typos (#6363).
810
- [fixed] Remove device information from binary image data crash info entries (#6382).
911

1012
# v4.5.0
13+
1114
- [fixed] Fixed a compiler warning and removed unused networking code (#6210).
1215
- [fixed] Fixed a crash that occurred rarely when trying to restart a URL session task without a valid request (#5984).
1316
- [added] Introduced watchOS support (#6262).
1417

1518
# v4.3.1
19+
1620
- [fixed] Fixed a segmentation fault that could occur when writing crash contexts to disk (#6048).
1721

1822
# v4.3.0

Firebase/InstanceID/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- [changed] Deprecated private `-[FIRInstanceID appInstanceID:]` method was removed. (#4486)
33

44
# 2020-09 -- 4.7.0
5-
- [changed] Added deprecation warning for InstanceID. InstanceID is deprecated. For app instance identity handling, use FirebaseInstallations. For FCM registration token handling, use FirebaseMessaging. (#6585)
5+
- [deprecated] Deprecated InstanceID. For app instance identity handling, use FirebaseInstallations. For FCM registration token handling, use FirebaseMessaging. (#6585)
66

77
# 2020-08 -- 4.6.0
88
- [added] Added a new notification listening token refresh from Messaging and update the token cache in InstanceID. (#6286)

FirebaseStorage/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
- [changed] The global variable `FIRStorageVersionString` is deleted.
33
`FirebaseVersion.version()` or `[FIRVersion version]` should be used instead.
44

5+
# 3.8.1
6+
- [fixed] Fixed typo in doc comments (#6485).
7+
58
# 3.8.0
69
- [changed] Add error for attempt to upload directory (#5750)
710
- [changed] Functionally neutral source reorganization. (#5851)

0 commit comments

Comments
 (0)