From 33b12f6c70729d56c6e6350d435559cec1c44c61 Mon Sep 17 00:00:00 2001 From: Gil Date: Sat, 14 Apr 2018 17:19:06 -0700 Subject: Replace `DocumentListenOptions` with a simple boolean. (#1099) * Replace `DocumentListenOptions` with a simple boolean. Instead of calling `addSnapshotListener(options: DocumentListenOptions.includeMetadataChanges(true))` call `addSnapshotListener(includeMetadataChanges:true)` * Style --- Firestore/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Firestore/CHANGELOG.md') diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md index 9987471..11df638 100644 --- a/Firestore/CHANGELOG.md +++ b/Firestore/CHANGELOG.md @@ -1,4 +1,8 @@ # Unreleased +- [changed] Replaced the `DocumentListenOptions` object with a simple boolean. + Instead of calling + `addSnapshotListener(options: DocumentListenOptions.includeMetadataChanges(true))` + call `addSnapshotListener(includeMetadataChanges:true)`. # v0.11.0 - [fixed] Fixed a regression in the Firebase iOS SDK release 4.11.0 that could -- cgit v1.2.3