aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-05-31 09:23:11 -0700
committerGravatar GitHub <noreply@github.com>2018-05-31 09:23:11 -0700
commit8b703e3b04f9b3784a93fe3fa579a1d8f07e981e (patch)
tree7dbc483a8d1b2da2d3cb77d290d878458728336d /Firestore
parentfe31c8a03912c3d3564052995bc1b74097b06ed5 (diff)
Fix changelog (#1363)
Diffstat (limited to 'Firestore')
-rw-r--r--Firestore/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index 70bab4e..eac5c13 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -1,4 +1,6 @@
# Unreleased
+
+# v0.12.2
- [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).