Update CHANGELOG.md with the rest of 0.13.0 changes

This commit is contained in:
Scott Kyle 2016-05-16 14:42:21 -07:00
parent f97e8c8b76
commit 02cb149026

View File

@ -12,6 +12,10 @@ x.x.x Release notes (yyyy-MM-dd)
### Bugfixes
* Date properties are now stored in a format compatible with the Realm Browser and other bindings.
* Fix for using `class MyObject extends Realm.Object` in a React Native project.
* Fix a memory leak caused by constructing a Realm instance of an already opened Realm.
* Fix for better supporting hot module reloading.
* Fix for some warnings when using `ListView` with React Native 0.25+
0.12.0 Release notes (2016-5-4)
=============================================================