From 7dca635039efb00082624552c223ac7f47ea0cad Mon Sep 17 00:00:00 2001 From: Michael Lehenbauer Date: Fri, 20 Apr 2018 14:48:59 -0700 Subject: Move array transforms to internal header pending backend support. (#1139) --- Firestore/CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Firestore/CHANGELOG.md') 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))` -- cgit v1.2.3