aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-03-13 08:44:55 -0700
committerGravatar GitHub <noreply@github.com>2018-03-13 08:44:55 -0700
commit73a83eca85872d2dce29a71f1e25f8c17ab2efc8 (patch)
tree07b7bcc1f1934b63b689a57254551c60be660c27 /Firestore/CHANGELOG.md
parent66ad48aba18f7f248799b57b0b4401e925e7480b (diff)
Update CHANGELOG for Firestore v0.10.4 (#914)
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index e1ae4dc..ecbcd88 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -1,11 +1,12 @@
# Unreleased
+
+# v0.10.4
- [changed] If the SDK's attempt to connect to the Cloud Firestore backend
neither succeeds nor fails within 10 seconds, the SDK will consider itself
"offline", causing getDocument() calls to resolve with cached results, rather
than continuing to wait.
-- [fixed] Fixed a potential race condition after calling `enableNetwork()` that
- could result in a "Mutation batchIDs must be acknowledged in order" assertion
- crash.
+- [fixed] Fixed a race condition after calling `enableNetwork()` that could
+ result in a "Mutation batchIDs must be acknowledged in order" assertion crash.
# v0.10.3
- [fixed] Fixed a regression in the 4.10.0 Firebase iOS SDK release that