Skip to content

Commit 6304c23

Browse files
authored
[Release] Add changelog entry for #11151 (#11155)
* [Release] Add changelog entry for #11151 * Wrong CHANGELOG * [Release] Add changelog entry for #11151 * Retroactively update Firestore 10.8.0 changelog
1 parent 138d45e commit 6304c23

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Firestore/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [feature] Change Firestore's Swift Package Manager distribution from source
77
to binary to reduce the time it takes to add the Firebase package and to
88
build the Firestore SDK (#6564).
9+
- [fixed] Fixed SSL symbol collision issue affecting SwiftPM users. (#6869)
910

1011
# 10.7.0
1112
- [feature] Add support for disjunctions in queries (`OR` queries).

Firestore/Swift/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 10.9.0
2+
- [changed] The async `CollectionReference.addDocument(data:)` API now returns
3+
a discardable result. (#10640)
4+
15
# 10.4.0
26
- [fixed] Restore 9.x Codable behavior of encoding `Data` types as an `NSData`
37
blob instead of a String.

0 commit comments

Comments
 (0)