From 3d02c5e2f73aa6b5547d53464b4946900f0e2e4e Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 22 Sep 2016 15:51:07 -0500 Subject: [PATCH] updated CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18806704ab3..9dc31764e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Expect active development and potentially significant breaking changes in the `0.x` track. We'll try to be diligent about releasing a `1.0` version in a timely fashion (ideally within 3 to 6 months), to signal the start of a more stable API. ### vNEXT +- Fix: Warn but do not fail when refetchQueries includes an unknown query name [PR #700](https://github.com/apollostack/apollo-client/pull/700) ### v0.4.19 - Fix: set default reduxRootKey for backwards-compatibility when using ApolloClient as middleware [PR #688](https://github.com/apollostack/apollo-client/pull/688)