Skip to content

Commit

Permalink
Update CHANGELOG for M88 (firebase#7344)
Browse files Browse the repository at this point in the history
* Update CHANGELOG for M88

* Additional changelogs, including out of date FirestoreSwift
  • Loading branch information
ryanwilson authored Jan 21, 2021
1 parent 0088d09 commit d0d26cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# v7.5.0
- [changed] Improve start-up performance by moving some initialization work to a background thread (#7332).
- [changed] Updated upload-symbols to a version that is notarized to avoid macOS security alerts (#7323).

Expand Down
3 changes: 2 additions & 1 deletion FirebaseCore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased
# Firebase 7.5.0
- [fixed] Fixed potential deadlock with objc_copyImageNames call. (#7310)

# Firebase 7.4.0
- [changed] Patch update to nanopb 0.3.9.7 that fixes a memory leak and other issues. (#7090)
- [added] Zip distribution now includes community supported macOS and tvOS libraries. Product
Expand Down
2 changes: 1 addition & 1 deletion Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# v7.5.0
- [changed] A write to a document that contains FieldValue transforms is no
longer split up into two separate operations. This reduces the number of
writes the backend performs and allows each WriteBatch to hold 500 writes
Expand Down
2 changes: 1 addition & 1 deletion Firestore/Swift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# v0.4
- [feature] Added conditional conformance to the `Hashable` protocol for the
`@DocumentID`, `@ExplicitNull`, and `@ServerTimestamp` property wrappers.

Expand Down

0 comments on commit d0d26cc

Please sign in to comment.