Skip to content

Commit ff3a03b

Browse files
authored
Add a changelog entry for "Stop persisting last acknowledged batch ID" (#2253)
1 parent 5c67653 commit ff3a03b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Firestore/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
exist (instead of returning a nil DocumentSnapshot). Code that was previously
99
doing `if (snapshot) { ... }` must be changed to
1010
`if (snapshot.exists) { ... }`.
11+
- [fixed] Fixed a crash that could happen when the app is shut down after
12+
a write has been sent to the server but before it has been received on
13+
a listener (#2237).
1114

1215
# v0.16.1
1316
- [fixed] Offline persistence now properly records schema downgrades. This is a

0 commit comments

Comments
 (0)