Skip to content

Commit 11a4a4f

Browse files
ryanwilsonpaulb777
authored andcommitted
Update Changelog for 4.0.2 release. (firebase#217)
1 parent 328dd3f commit 11a4a4f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Firebase/Database/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v4.0.2
2+
- [fixed] Retrieving a Database instance for a specific `FirebaseApp` no longer returns a stale instance if that app was deleted.
3+
- [changed] Added message about bandwidth usage in error for queries without indexes.
4+
15
# v4.0.1
26
- [changed] We now purge the local cache if we can't load from it.
37
- [fixed] Removed implicit number type conversion for some integers that were represented as doubles after round-tripping through the server.
@@ -38,4 +42,4 @@
3842
observer immediately after connecting to the Firebase Database backend could
3943
result in completion blocks for other operations not getting executed.
4044
- [fixed] Fixed an issue affecting apps using offline disk persistence where
41-
large integer values could lose precision after an app restart.
45+
large integer values could lose precision after an app restart.

0 commit comments

Comments
 (0)