From 7a6c30f3d3b494e51c111d2fcda520009c8dfadd Mon Sep 17 00:00:00 2001 From: Hugh Willson Date: Thu, 24 May 2018 21:13:18 -0400 Subject: [PATCH] Further CHANGELOG updates --- packages/apollo-client/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/apollo-client/CHANGELOG.md b/packages/apollo-client/CHANGELOG.md index 90aa9745934..0c7ac85eecb 100644 --- a/packages/apollo-client/CHANGELOG.md +++ b/packages/apollo-client/CHANGELOG.md @@ -6,9 +6,9 @@ (Android), by instead setting the `prototype` of `this` manually. [Issue #3236](https://github.com/apollographql/apollo-client/issues/3236) [PR #3306](https://github.com/apollographql/apollo-client/pull/3306) -- Added safeguards to make sure `QueryStore.markQueryResult` doesn't try to - set the network status of a `fetchMoreForQueryId` query, if it does not - exist in the store. +- Added safeguards to make sure `QueryStore.initQuery` and + `QueryStore.markQueryResult` don't try to set the network status of a + `fetchMoreForQueryId` query, if it does not exist in the store. [Issue #3345](https://github.com/apollographql/apollo-client/issues/3345) [PR #3367](https://github.com/apollographql/apollo-client/pull/3367)