Skip to content

Commit

Permalink
Mention PR #4319 in CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Jan 17, 2019
1 parent fc3c3f1 commit 4a87022
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -43,11 +43,19 @@

### Apollo Cache In-Memory (vNext)

- The speed and memory usage of optimistic reads and writes has been
improved dramatically using a new layering technique that does not
require copying the non-optimistic contents of the cache.
[PR #4319](https://github.com/apollographql/apollo-client/pull/4319/)

- The `RecordingCache` abstraction has been removed, and thus is no longer
exported from `apollo-cache-inmemory`.
[PR #4319](https://github.com/apollographql/apollo-client/pull/4319/)

- Export the optimism `wrap` function using ES2015 export syntax, instead of
CommonJS. <br/>
[@ardatan](https://github.com/ardatan) in [#4158](https://github.com/apollographql/apollo-client/pull/4158)


## Apollo Client (2.4.8)

### Apollo Client (2.4.8)
Expand Down

0 comments on commit 4a87022

Please sign in to comment.