Sfoglia il codice sorgente

RTDB Changelog for v4.1.0 (#316)

* RTDB Changelog for v4.1.0

* Update CHANGELOG.md
Sebastian Schmidt 8 anni fa
parent
commit
9ce155edbc
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      Firebase/Database/CHANGELOG.md

+ 3 - 0
Firebase/Database/CHANGELOG.md

@@ -1,3 +1,6 @@
+# v4.1.0
+- Added [multi-resource](https://firebase.google.com/docs/database/usage/sharding) support to the database SDK.
+
 # 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.