From f97e8c8b7675811476ee2ed3e61c7c7d00d9b796 Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Mon, 16 May 2016 13:56:59 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6cb6512..35494df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +x.x.x Release notes (yyyy-MM-dd) +============================================================= +### Breaking changes +* With this release we have switched over to a new cross platform compatible date format. + This change will only require action from users who are using both the JS and Cocoa or Android + bindings simultaneously and accessing Realm files from both bindings. In these cases you need to + open the Realm file with the latest version of the iOS or Android bindings before accessing the + Realm from JS to prevent an unnecessary conversion. + +### Enhancements +* None + +### Bugfixes +* Date properties are now stored in a format compatible with the Realm Browser and other bindings. + 0.12.0 Release notes (2016-5-4) ============================================================= ### Breaking changes