Skip to content

Commit 6928603

Browse files
authored
Move the fix for #155 to unreleased (#640)
1 parent faf40bb commit 6928603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
that were previously incorrectly disallowed are now allowed. For example,
44
after reading a document that doesn't exist, you can now set it multiple
55
times successfully in a transaction.
6-
7-
# 20.2.0
86
- [fixed] Fixed an issue where query results were temporarily missing documents
97
that previously had not matched but had been updated to now match the
108
query (#155).
9+
10+
# 20.2.0
1111
- [feature] Added a `@DocumentId` annotation which can be used on a
1212
`DocumentReference` or `String` property in a POJO to indicate that the SDK
1313
should automatically populate it with the document's ID.

0 commit comments

Comments
 (0)