From 7e035cfa6ec78c4d54730c7acc388dc159ce7b3f Mon Sep 17 00:00:00 2001 From: chrishandorf Date: Sat, 11 Feb 2017 14:18:48 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0fbfb71c7..eda5d6d7967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Expect active development and potentially significant breaking changes in the `0 ### vNEXT ### 0.8.5 -- Fix rare crash on resetStore [PR #1286](https://github.com/apollostack/apollo-client/pull/1286). +- Fix crash if resetStore() or getInitialState() called prior to query/mutation. [PR #1286](https://github.com/apollostack/apollo-client/pull/1286). ### 0.8.4 - Fix afterware to support retrying requests [PR #1274](https://github.com/apollostack/apollo-client/pull/1274).