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)