Update CHANGELOG.md
This commit is contained in:
parent
9370eba229
commit
f97e8c8b76
15
CHANGELOG.md
15
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
|
||||
|
|
Loading…
Reference in New Issue