From 5af5226b5a9a3354a3659736ff631722aeb3089a Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Wed, 10 Oct 2018 12:29:34 +0200 Subject: [PATCH] Adding changelog template --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571d059f..a0fea3fb 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 +* 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. + + ### Internal +* None. + 2.19.0 Release notes (2018-10-10) ============================================================= ### Enhancements