aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Michael Lehenbauer <mikelehen@gmail.com>2018-04-20 14:48:59 -0700
committerGravatar GitHub <noreply@github.com>2018-04-20 14:48:59 -0700
commit7dca635039efb00082624552c223ac7f47ea0cad (patch)
tree4a031dcb31dcfd04c1b43f83e956a440d875fbb0 /Firestore/CHANGELOG.md
parent11b6c014fb8799b8eff1acf795e7d4c366ea029e (diff)
Move array transforms to internal header pending backend support. (#1139)
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index 77d823a..5543325 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -1,8 +1,4 @@
# Unreleased
-- [feature] Added FieldValue.arrayUnion() and FieldValue.arrayRemove() methods
- which can be used inside setData() or updateData() calls to atomically add
- or remove specific elements to an array field in a document without using a
- transaction.
- [changed] Replaced the `DocumentListenOptions` object with a simple boolean.
Instead of calling
`addSnapshotListener(options: DocumentListenOptions.includeMetadataChanges(true))`