From 281d145dc93d310d1dc21fdff61e004faba3b057 Mon Sep 17 00:00:00 2001 From: Konstantin Varlamov Date: Mon, 14 May 2018 12:23:59 -0400 Subject: Firestore: add a changelog entry on supporting concurrent queues. (#1274) --- Firestore/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Firestore/CHANGELOG.md') diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md index c97aa23..70bab4e 100644 --- a/Firestore/CHANGELOG.md +++ b/Firestore/CHANGELOG.md @@ -1,4 +1,9 @@ # Unreleased +- [fixed] Fixed an issue where `FirestoreSettings` would accept a concurrent + dispatch queue, but this configuration would trigger an assertion failure. + Passing a concurrent dispatch queue should now work correctly (#988). + +# v0.12.0 - [changed] Replaced the `DocumentListenOptions` object with a simple boolean. Instead of calling `addSnapshotListener(options: DocumentListenOptions.includeMetadataChanges(true))` -- cgit v1.2.3