Skip to content

Commit b36d6c0

Browse files
author
Hui-Wu
authored
Add CHANGELOG for latency-compensated query fix (#622)
* Add CHANGELOG for latency-compensated query fix * made 20.2.0 * add issue ref
1 parent 71adf9a commit b36d6c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
22

33
# 20.2.0
4+
- [fixed] Fixed an issue where query results were temporarily missing documents
5+
that previously had not matched but had been updated to now match the
6+
query (#155).
47
- [feature] Added a `@DocumentId` annotation which can be used on a
58
`DocumentReference` or `String` property in a POJO to indicate that the SDK
69
should automatically populate it with the document's ID.

0 commit comments

Comments
 (0)