Skip to content

Commit d0d26cc

Browse files
authored
Update CHANGELOG for M88 (#7344)
* Update CHANGELOG for M88 * Additional changelogs, including out of date FirestoreSwift
1 parent 0088d09 commit d0d26cc

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Crashlytics/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# v7.5.0
22
- [changed] Improve start-up performance by moving some initialization work to a background thread (#7332).
33
- [changed] Updated upload-symbols to a version that is notarized to avoid macOS security alerts (#7323).
44

FirebaseCore/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Unreleased
1+
# Firebase 7.5.0
22
- [fixed] Fixed potential deadlock with objc_copyImageNames call. (#7310)
3+
34
# Firebase 7.4.0
45
- [changed] Patch update to nanopb 0.3.9.7 that fixes a memory leak and other issues. (#7090)
56
- [added] Zip distribution now includes community supported macOS and tvOS libraries. Product

Firestore/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# v7.5.0
22
- [changed] A write to a document that contains FieldValue transforms is no
33
longer split up into two separate operations. This reduces the number of
44
writes the backend performs and allows each WriteBatch to hold 500 writes

Firestore/Swift/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# v0.4
22
- [feature] Added conditional conformance to the `Hashable` protocol for the
33
`@DocumentID`, `@ExplicitNull`, and `@ServerTimestamp` property wrappers.
44

0 commit comments

Comments
 (0)