aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-09-13 10:16:04 -0700
committerGravatar GitHub <noreply@github.com>2017-09-13 10:16:04 -0700
commit371e00d382e2447cd0b6135d3e0a409f6a8855a3 (patch)
tree5fe71a5f6756449ff428456c52e96189547e4aea /Firebase/Database
parent660f62778ab246c66da5442bc3bd8dadf301b328 (diff)
Update CHANGELOG.md for Database (#261)
* Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
Diffstat (limited to 'Firebase/Database')
-rw-r--r--Firebase/Database/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Firebase/Database/CHANGELOG.md b/Firebase/Database/CHANGELOG.md
index 357814e..3779ace 100644
--- a/Firebase/Database/CHANGELOG.md
+++ b/Firebase/Database/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v4.0.3
+- [fixed] Fixed a regression in v4.0.2 that affected the storage location of the offline persistent cache. This caused v4.0.2 to not see data written with previous versions.
+
# 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.