aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 08:04:50 +0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 08:04:50 +0800
commitb8714e3b8977567c7bd7b83163045d145be9ebb5 (patch)
tree4463063b03d21f7d63101b6ac36a48ba6f4293dc /Firestore/CHANGELOG.md
parente019a9461ad834bfe42962e4e2dc8fe60d7a25b5 (diff)
Moving changelog
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index e6e3610..b8de1e9 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -1,12 +1,10 @@
-# Firestore API Branch
-- [added] Added SnapshotOptions API to control how DocumentSnapshots return unresolved
- 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.
+- [added] Added SnapshotOptions API to control how DocumentSnapshots return unresolved
+ server timestamps.
# v0.9.4
- [changed] Firestore no longer has a direct dependency on FirebaseAuth.