diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7fc5ced6f..5fdb6ae5d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ - Allow an `optimistic` param to be passed into `ApolloClient.readQuery` and `ApolloClient.readFragment`, that when set to `true`, will allow - optimistic results to be returned. Is `false` by default. - [#jay1337](https://github.com/jay1337) in [#2429](https://github.com/apollographql/apollo-client/pull/2429) + optimistic results to be returned. Is `false` by default.
+ [@jay1337](https://github.com/jay1337) in [#2429](https://github.com/apollographql/apollo-client/pull/2429) ### Apollo Cache In-Memory (vNext)