aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 08:03:59 +0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 08:03:59 +0800
commite019a9461ad834bfe42962e4e2dc8fe60d7a25b5 (patch)
tree2f94d2a2b4094a0f763696a2a7dd6a48dcf6b310 /Firestore/CHANGELOG.md
parent5b1ca51e7264b5ac581c7a0382beb44ed65bdf14 (diff)
parentc73770cac8c959d95579e0701791e272cb45ce89 (diff)
Merge branch 'firestore-api-changes' into mrschmidt-timestamps
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index fa2010b..e6e3610 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -3,10 +3,15 @@
server timestamps.
# Unreleased
+- [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).
# v0.9.3