aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Database')
-rw-r--r--Firebase/Database/CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/Firebase/Database/CHANGELOG.md b/Firebase/Database/CHANGELOG.md
index 5bf7d3e..357814e 100644
--- a/Firebase/Database/CHANGELOG.md
+++ b/Firebase/Database/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v4.0.2
+- [fixed] Retrieving a Database instance for a specific `FirebaseApp` no longer returns a stale instance if that app was deleted.
+- [changed] Added message about bandwidth usage in error for queries without indexes.
+
# v4.0.1
- [changed] We now purge the local cache if we can't load from it.
- [fixed] Removed implicit number type conversion for some integers that were represented as doubles after round-tripping through the server.
@@ -38,4 +42,4 @@
observer immediately after connecting to the Firebase Database backend could
result in completion blocks for other operations not getting executed.
- [fixed] Fixed an issue affecting apps using offline disk persistence where
- large integer values could lose precision after an app restart. \ No newline at end of file
+ large integer values could lose precision after an app restart.