From 142c626e4f76c7d9d26a33e65b1333e94bcb834f Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Tue, 16 Oct 2018 14:34:58 +0200 Subject: [PATCH] Adding changelog template --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5132e3db..7dc3fc0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +x.x.x Release notes (yyyy-MM-dd) +============================================================= +### Enhancements +* None. + +### Fixed +* ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?) +* None. + +### Compatibility +* 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. + 2.19.0 Release notes (2018-10-16) ============================================================= ### Enhancements