aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index 483146b..0c5bcdc 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -1,4 +1,7 @@
# Unreleased
+- [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).