Skip to content

Commit 712c580

Browse files
authored
Merge 5ce9b8f into 0b0785f
2 parents 0b0785f + 5ce9b8f commit 712c580

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Firestore/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
- [fixed] Fixed compiler warning about `@param comparator` (#10226).
3+
4+
# 9.6.0
25
- [added] Expose client side indexing feature with `FIRFirestore.setIndexConfigurationFromJSON` and
36
`FIRFirestore.setIndexConfigurationFromStream` (#10090).
47
- [fixed] Fixed high CPU usage whenever Firestore was in use (#10168).

Firestore/core/src/util/set_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace util {
3636
*
3737
* @param existing - The elements that exist in the original set.
3838
* @param new_entries - The elements to diff against the original set.
39-
* @param comparator - The comparator for the elements in before and after.
39+
* @param cmp - The comparator for the elements in before and after.
4040
* @param on_add - A function to invoke for every element that is part of `
4141
* after` but not `before`.
4242
* @param on_remove - A function to invoke for every element that is part of

0 commit comments

Comments
 (0)