aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2017-08-25 17:01:37 -0400
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-08-25 14:01:37 -0700
commitf70eee41f921b4e67d2a0c75d19f0c5063ca1e8f (patch)
treed6c3276163bf55cf2902681afb515ab5de024e8a /Firebase/Database
parent9108a337d6862a9556611ed9f88292cddb5ef1ae (diff)
Update Changelog for 4.0.2 release. (#217)
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.