Skip to content

Commit 1363332

Browse files
authored
Update CHANGELOG for Firestore v1.1.0 (#2520)
1 parent 061a97d commit 1363332

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Firestore/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Unreleased
2-
- [changed] Improved performance when querying over documents that contain
3-
subcollections.
2+
3+
# 1.1.0
44
- [feature] Added `FieldValue.increment()`, which can be used in
55
`updateData(_:)` and `setData(_:merge:)` to increment or decrement numeric
66
field values safely without transactions.
7+
- [changed] Improved performance when querying over documents that contain
8+
subcollections (#2466).
79
- [changed] Prepared the persistence layer to support collection group queries.
810
While this feature is not yet available, all schema changes are included
911
in this release.

0 commit comments

Comments
 (0)