aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar zxu <zxu@google.com>2017-12-11 15:37:01 -0500
committerGravatar GitHub <noreply@github.com>2017-12-11 15:37:01 -0500
commit54ba423c87d6e0a409e4fa3dc95cd81ca16b97f7 (patch)
treec232df19ef070105f7db11c35e7ecdf1d9b2ba07 /Firestore/CHANGELOG.md
parentc6b8c5288c2d154df0de98477ed15c54e2084fbb (diff)
Revisit commit method in FIRWriteBatch (#541)
* revisit FIRWriteBatch commit * make commitWithCompletion completion nullable; * add commit; * add unit test; * add swift build test for commit; * update CHANGELOG.
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index 32cbbfc..1a8eb07 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -2,6 +2,7 @@
- [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.
- [fixed] Fixed a crash when using path names with international characters
with persistence enabled.