aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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