From 8d5c3484f566e514e39df931756469b37396a32c Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Tue, 18 Oct 2016 14:24:18 -0700 Subject: [PATCH] Add to changelog --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 05e5a56325..60cf6823ab 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,8 @@ Expect active development and potentially significant breaking changes in the `0 ### vNext +- Full support for both Apollo Client 0.4.21 and 0.5.0. [PR #277](https://github.com/apollostack/react-apollo/pull/277) + ### v0.5.11 - Bug: Fix issue with SSR queries running twice when a mutation wraps a query [#274](https://github.com/apollostack/react-apollo/issue/274)