aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-09-15 16:44:04 -0700
committerGravatar GitHub <noreply@github.com>2017-09-15 16:44:04 -0700
commit06a7c4f330fd7cdc01d16a15a277df538a49b25d (patch)
tree871f0afe834503dcd2bf1644192bd6725a05e979 /Firebase/Database
parent7dc124882a987de77de27943357d9259a55ec0d2 (diff)
Update CHANGELOG.md (#280)
Diffstat (limited to 'Firebase/Database')
-rw-r--r--Firebase/Database/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firebase/Database/CHANGELOG.md b/Firebase/Database/CHANGELOG.md
index 3779ace..22608a1 100644
--- a/Firebase/Database/CHANGELOG.md
+++ b/Firebase/Database/CHANGELOG.md
@@ -1,5 +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.
+- [fixed] Fixed a crash in `FIRApp deleteApp` for apps that did not have active database instances.
# v4.0.2
- [fixed] Retrieving a Database instance for a specific `FirebaseApp` no longer returns a stale instance if that app was deleted.