From 41d9cff4d5fa0adcefe0541376260ace53bb94f9 Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Thu, 28 Apr 2016 12:52:15 -0700 Subject: [PATCH] Update CHANGELOG with crash fix --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a61d9a..43e2fc4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) =============================================================