Skip to content

Commit 3bf50ec

Browse files
authored
docs/readme.md: Move Firestore "count" release notes entry to the correct version (#716)
1 parent ce07621 commit 3bf50ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ Release Notes
8989
deprecated methods will be removed in the *next* major release of the
9090
Firebase Unity SDK. *(Note: do not mix and match using the old
9191
and new methods or undefined behavior may result.)*
92+
- Firestore: Added `Query.Count()`, which fetches the number of documents in
93+
the result set without actually downloading the documents
94+
([#659](https://github.com/firebase/firebase-unity-sdk/pull/659)).
9295

9396
### 10.7.0
9497
- Changes
@@ -99,9 +102,6 @@ Release Notes
99102
as a Java file instead of precompiling it. This is to better support
100103
changes with the UnityPlayerActivity, and GameActivity options, in
101104
the Unity 2023 editor.
102-
- Firestore: Added `Query.Count()`, which fetches the number of documents in
103-
the result set without actually downloading the documents
104-
([#659](https://github.com/firebase/firebase-unity-sdk/pull/659)).
105105

106106
### 10.6.0
107107
- Changes

0 commit comments

Comments
 (0)