diff options
author | Gil <mcg@google.com> | 2017-12-11 14:14:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-11 14:14:05 -0800 |
commit | 43774fec33adda895609ccd61d7c00e71d2396bb (patch) | |
tree | d6e33848a95a4b3b0e95f61cc264fecab2f11bd5 /Firestore | |
parent | 6a8d436f0943f10220fddb81b89e27c23ac72e2f (diff) |
Update CHANGELOG for Firestore v0.9.4 (#556)
Diffstat (limited to 'Firestore')
-rw-r--r-- | Firestore/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md index 0c5bcdc..ae9f994 100644 --- a/Firestore/CHANGELOG.md +++ b/Firestore/CHANGELOG.md @@ -1,8 +1,9 @@ # Unreleased + +# v0.9.4 - [changed] Firestore no longer has a direct dependency on FirebaseAuth. - [fixed] Fixed a crash when using path names with international characters with persistence enabled. - - [fixed] Addressed race condition during the teardown of idle streams (#490). # v0.9.3 |