aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Konstantin Varlamov <var-const@users.noreply.github.com>2018-05-14 12:23:59 -0400
committerGravatar GitHub <noreply@github.com>2018-05-14 12:23:59 -0400
commit281d145dc93d310d1dc21fdff61e004faba3b057 (patch)
tree158a5fb2f524cd4fc197d72ec4fd812a9d0a7da0 /Firestore/CHANGELOG.md
parentb3d5767ce6cbba7ae59651e8ffeab7d45df59f8b (diff)
Firestore: add a changelog entry on supporting concurrent queues. (#1274)
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
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))`