aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Marek Gilbert <mcg@google.com>2017-12-11 14:14:42 -0800
committerGravatar Marek Gilbert <mcg@google.com>2017-12-11 14:15:53 -0800
commitc9d8fb4876ef0896bc1a04f5a72cd5c86c9b4111 (patch)
tree102da94df9ec69251b8523308e6f7cdaf5941b95 /Firestore/CHANGELOG.md
parent54ba423c87d6e0a409e4fa3dc95cd81ca16b97f7 (diff)
parent43774fec33adda895609ccd61d7c00e71d2396bb (diff)
Merge branch 'master' into firestore-api-changes
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index 1a8eb07..2ee90d5 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -1,13 +1,14 @@
# Unreleased
-- [changed] Firestore no longer has a direct dependency on FirebaseAuth.
- [changed] Removed the includeMetadataChanges property in FIRDocumentListenOptions
to avoid confusion with the factory method of the same name.
- [changed] Added a commit method that takes no completion handler to FIRWriteBatch.
+- [feature] Queries can now be created from an NSPredicate.
+
+# v0.9.4
+- [changed] Firestore no longer has a direct dependency on FirebaseAuth.
- [fixed] Fixed a crash when using path names with international characters
with persistence enabled.
-
- [fixed] Addressed race condition during the teardown of idle streams (#490).
-- [feature] Queries can now be created from an NSPredicate.
# v0.9.3
- [changed] Improved performance loading documents matching a query.