diff options
author | Gil <mcg@google.com> | 2018-02-08 07:50:56 -0800 |
---|---|---|
committer | Paul Beusterien <paulbeusterien@google.com> | 2018-02-08 07:50:56 -0800 |
commit | 2ad24f850582bf41927c231617509b177bb720d8 (patch) | |
tree | 43edf1f22876891b870da26eb74d8192395ba1f5 | |
parent | e2293daa81bd755387bdc7d74b4fefffdd139e3d (diff) |
Update CHANGELOG for Firestore v0.10.1 (#768)
-rw-r--r-- | Firestore/CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md index 13b147d..2ae63fe 100644 --- a/Firestore/CHANGELOG.md +++ b/Firestore/CHANGELOG.md @@ -1,7 +1,10 @@ # Unreleased + +# v0.10.1 - [fixed] Fixed a regression in Firebase iOS release 4.8.1 that could in certain cases result in an "OnlineState should not affect limbo documents." assertion crash when the client loses its network connection. +- [fixed] It's now possible to pass a nil completion block to WriteBatch.commit (#745). # v0.10.0 - [changed] Removed the includeMetadataChanges property in FIRDocumentListenOptions |