diff --git a/firebase-firestore/CHANGELOG.md b/firebase-firestore/CHANGELOG.md index bd97b9b7873..c58aed3e9b3 100644 --- a/firebase-firestore/CHANGELOG.md +++ b/firebase-firestore/CHANGELOG.md @@ -1,6 +1,9 @@ # Unreleased # 20.2.0 +- [fixed] Fixed an issue where query results were temporarily missing documents + that previously had not matched but had been updated to now match the + query (#155). - [feature] Added a `@DocumentId` annotation which can be used on a `DocumentReference` or `String` property in a POJO to indicate that the SDK should automatically populate it with the document's ID.