Skip to content

Commit be03a71

Browse files
author
Michael Lehenbauer
committed
Fix changelog position.
1 parent 8500dd8 commit be03a71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
- [feature] Custom objects (POJOs) can now be passed as a field value in
3+
update(), within `Map<>` objects passed to set(), in array transform
4+
operations, and in query filters.
25

36
# 17.1.2
47
- [changed] Changed the internal handling for locally updated documents that
@@ -8,9 +11,6 @@
811
- [changed] Eliminated superfluous update events for locally cached documents
912
that are known to lag behind the server version. Instead, we buffer these
1013
events until the client has caught up with the server.
11-
- [feature] Custom objects (POJOs) can now be passed as a field value in
12-
update(), within `Map<>` objects passed to set(), in array transform
13-
operations, and in query filters.
1414

1515
# 17.1.1
1616
- [fixed] Fixed an issue where the first `get()` call made after being offline

0 commit comments

Comments
 (0)