Skip to content

Commit e6f073a

Browse files
wilhuffpaulb777
authored andcommitted
Update CHANGELOG for Firestore v1.6.1 (#4078)
1 parent c7c5810 commit e6f073a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Firestore/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Unreleased
22

3+
# v1.6.1
4+
- [changed] Internal improvements.
5+
36
# v1.6.0
47
- [feature] Added an `addSnapshotsInSyncListener()` method to
58
`FIRFirestore` that notifies you when all your snapshot listeners are
@@ -105,7 +108,7 @@
105108
- [changed] **Breaking change:** The `areTimestampsInSnapshotsEnabled` setting
106109
is now enabled by default. Timestamp fields that read from a
107110
`FIRDocumentSnapshot` will be returned as `FIRTimestamp` objects instead of
108-
`NSDate` objects. Update any code that expects to recive a `NSDate` object.
111+
`NSDate` objects. Update any code that expects to receive an `NSDate` object.
109112
See [the reference
110113
documentation](https://firebase.google.com/docs/reference/ios/firebasefirestore/api/reference/Classes/FIRFirestoreSettings#/c:objc(cs)FIRFirestoreSettings(py)timestampsInSnapshotsEnabled)
111114
for more details.

0 commit comments

Comments
 (0)