Skip to content

Commit

Permalink
Further CHANGELOG updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed May 25, 2018
1 parent a5d76ac commit 7a6c30f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/apollo-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7a6c30f

Please sign in to comment.