aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2017-11-07 17:32:07 -0800
committerGravatar GitHub <noreply@github.com>2017-11-07 17:32:07 -0800
commit62f5433813e2a40ed6f664b527b7a4d178730900 (patch)
tree50fb05da9993589c7d332a241a7bbc6b16e446e3 /Firestore/CHANGELOG.md
parentfc9b5447fc865866112f195603cfebcefc909ce8 (diff)
Update CHANGELOG for Firestore v0.9.2 (#436)
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index 982f34e..2f88741 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -1,11 +1,15 @@
# Unreleased
+# v0.9.2
+- [changed] Firestore now retries requests more often before considering a client offline.
+- [changed] You can now use FieldValue.delete() with SetOptions.merge().
+
# v0.9.1
-- [fixed] Fixed validation of nested arrays to allow indirect nesting
+- [fixed] Fixed validation of nested arrays to allow indirect nesting.
# v0.9.0
-- [fixed] Add an NS_SWIFT_NAME for FIRSnapshotMetadata and FIRListenerRegistration
-- [fixed] Fixed retain cycle in FIRDocumentReference getDocumentWithCompletion:
+- [fixed] Add an NS_SWIFT_NAME for FIRSnapshotMetadata and FIRListenerRegistration.
+- [fixed] Fixed retain cycle in DocumentReference.getDocument(completion:).
# v0.8.0
- Initial public release.