From 73a83eca85872d2dce29a71f1e25f8c17ab2efc8 Mon Sep 17 00:00:00 2001 From: Gil Date: Tue, 13 Mar 2018 08:44:55 -0700 Subject: Update CHANGELOG for Firestore v0.10.4 (#914) --- Firestore/CHANGELOG.md | 7 ++++--- 1 file 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 -- cgit v1.2.3