Update CHANGELOG.md

This commit is contained in:
Ari Lazier 2016-04-26 17:14:15 -07:00
parent 785e57eb47
commit ca622f27b7

View File

@ -5,7 +5,7 @@ x.x.x Release notes (yyyy-MM-dd)
### Enhancements
* Support for queries comparing optional properties to `null`
* `Realm.isValid(object)` has been added to enable checking if an object has been deleted
* `object.isValid()` has been added to enable checking if an object has been deleted
### Bugfixes
* When accessing an empty Results `undefined` is returned rather than throwing an exception