aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index 5543325..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))`
@@ -24,6 +29,8 @@
Query.getDocuments() should fetch from server only, cache only, or attempt
server and fall back to the cache (which was the only option previously, and
is now the default.)
+- [feature] Added new `mergeFields:(NSArray<id>*)` override for `set()`
+ which allows merging of a reduced subset of fields.
# v0.11.0
- [fixed] Fixed a regression in the Firebase iOS SDK release 4.11.0 that could