diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4f733c95..4b3c4ccd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +x.y.z Release notes (yyyy-MM-dd) +============================================================= +### Enhancements +* None. + +### Fixed +* ([#????](https://github.com/realm/realm-cocoa/issues/????), since v?.?.?) +* None. + + + +### Compatibility +* File format: Generates Realms with format v12 (Reads and upgrades all previous formats) +* Realm Studio: 10.0.0 or later. +* APIs are backwards compatible with all previous releases in the 10.x.y series. +* Carthage release for Swift is built with Xcode 12. + +### Internal +* Upgraded realm-core from ? to ? +* Upgraded realm-sync from ? to ? + 10.0.0-beta.6 Release notes (2020-09-30) =============================================================