Skip to content

Commit

Permalink
move the changelog record about optimistic-updates to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava committed Jul 12, 2016
1 parent 020c976 commit c16e400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Expect active development and potentially significant breaking changes in the `0

### vNEXT

- Allow `client.mutate` to accept an `optimisticResponse` argument to update the cache immediately, then after the server responds replace the `optimisticResponse` with the real response. [Issue #287](https://github.com/apollostack/apollo-client/issues/287) [PR #336](https://github.com/apollostack/apollo-client/pull/336)

### v0.4.0

This release has a minor version bump, which means npm will not automatically update to this version. Consider the list of breaking changes below, then upgrade and update your app correspondingly.
Expand Down Expand Up @@ -49,8 +51,6 @@ This release has a minor version bump, which means npm will not automatically up
- Deprecate `apollo-client/gql` for `graphql-tag` and show a meaningful warning when importing
`apollo-client/gql`

- Allow `client.mutate` to accept an `optimisticResponse` argument to update the cache immediately, then after the server responds replace the `optimisticResponse` with the real response. [Issue #287](https://github.com/apollostack/apollo-client/issues/287) [PR #336](https://github.com/apollostack/apollo-client/pull/336)

### v0.3.22 + v0.3.23 + v0.3.24

- Fix unintentional breaking change where `apollo-client/gql` import stopped working. [Issue #327](https://github.com/apollostack/apollo-client/issues/327)
Expand Down

0 comments on commit c16e400

Please sign in to comment.