Skip to content

Commit 6c729f7

Browse files
authored
Add changelog entry for CG query internals. (#1588)
1 parent 21c0f3c commit 6c729f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/firestore/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
values safely without transactions.
55
- [changed] Improved performance when querying over documents that contain
66
subcollections.
7+
- [changed] Prepared the persistence layer to support collection group queries.
8+
While this feature is not yet available, all schema changes are included
9+
in this release. Once you upgrade, you will not be able to use an older version
10+
of the Firestore SDK with persistence enabled.
711

812
# 1.0.4
913
- [fixed] Fixed an uncaught promise error occurring when `enablePersistence()`

0 commit comments

Comments
 (0)