diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff662f827..838404e1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,14 @@ x.x.x Release notes (yyyy-MM-dd) ### Enhancements * None. -### Fixed +### Fixes * ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?) * None. ### Compatibility -* File format: ver. 9 (upgrades automatically from previous formats) * Realm Object Server: 3.11.0 or later. * APIs are backwards compatible with all previous release of realm in the 2.x.y series. +* File format: Generates Realms with format v9 (Reads and upgrades all previous formats). ### Internal * None. diff --git a/scripts/changelog-header.sh b/scripts/changelog-header.sh index b001d16dc8..affb7990b3 100755 --- a/scripts/changelog-header.sh +++ b/scripts/changelog-header.sh @@ -14,9 +14,9 @@ x.x.x Release notes (yyyy-MM-dd) * None. ### Compatibility -* File format: ver. 9 (upgrades automatically from previous formats) * Realm Object Server: 3.11.0 or later. * APIs are backwards compatible with all previous release of realm in the 2.x.y series. +* File format: Generates Realms with format v9 (Reads and upgrades all previous formats) ### Internal * None.