Update CHANGELOG with crash fix

This commit is contained in:
Scott Kyle 2016-04-28 12:52:15 -07:00
parent 041530ee72
commit 41d9cff4d5
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ x.x.x Release notes (yyyy-MM-dd)
### Bugfixes
* When accessing an empty Results `undefined` is returned rather than throwing an exception
* Accessing a deleted object throws a javascript 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
0.11.1 Release notes (2016-3-29)
=============================================================