Update CHANGELOG.md

This commit is contained in:
Ari Lazier 2016-05-16 13:56:59 -07:00 committed by Scott Kyle
parent 9370eba229
commit f97e8c8b76
1 changed files with 15 additions and 0 deletions

View File

@ -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