changelog

This commit is contained in:
Ari Lazier 2016-05-02 12:46:34 -07:00
parent 0d1b22b10d
commit f8bd610050
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ x.x.x Release notes (yyyy-MM-dd)
* When accessing an empty Results `undefined` is returned rather than throwing an exception * When accessing an empty Results `undefined` is returned rather than throwing an exception
* Accessing a deleted object throws a JS exception rather than crashing * Accessing a deleted object throws a JS exception rather than crashing
* Accessing an invalidated Results snapshot throws a JS exception rather than crashing * Accessing an invalidated Results snapshot throws a JS exception rather than crashing
* Fix for error message when specifying properties with invalid object types
0.11.1 Release notes (2016-3-29) 0.11.1 Release notes (2016-3-29)
============================================================= =============================================================