Update CHANGELOG with crash fix
This commit is contained in:
parent
041530ee72
commit
41d9cff4d5
|
@ -9,7 +9,8 @@ x.x.x Release notes (yyyy-MM-dd)
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
* 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 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)
|
0.11.1 Release notes (2016-3-29)
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
Loading…
Reference in New Issue