Update CHANGELOG for 0.14.0 release

This commit is contained in:
Scott Kyle 2016-06-16 17:52:57 -07:00
parent 979c035dbb
commit c340105c09
1 changed files with 2 additions and 1 deletions

View File

@ -4,11 +4,12 @@ x.x.x Release notes (yyyy-MM-dd)
* None * None
### Enhancements ### Enhancements
* Added `isValid()` method to `List` and `Results` to check for deleleted or invalidated objects * Added `isValid()` method to `List` and `Results` to check for deleted or invalidated objects
* Added `objectForPrimaryKey(type, key)` method to `Realm` * Added `objectForPrimaryKey(type, key)` method to `Realm`
### Bugfixes ### Bugfixes
* Fix for crash when setting object properties to objects from other Realms * Fix for crash when setting object properties to objects from other Realms
* Fix for exception sometimes thrown when reloading in Chrome debug mode
0.13.2 Release notes (2016-5-26) 0.13.2 Release notes (2016-5-26)
============================================================= =============================================================