Skip to content

Commit

Permalink
Add comment about Redux actions no longer being emitted
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj authored Jul 12, 2017
1 parent bcaaf23 commit 4127a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change log

### vNEXT
- Remove query tracking from the Redux store. Query status tracking is now handled outside of Redux in the QueryStore class. [PR #1859](https://github.com/apollographql/apollo-client/pull/1859)
- Remove query tracking from the Redux store. Query status tracking is now handled outside of Redux in the QueryStore class. The majority of query store Redux actions are no longer emitted. [PR #1859](https://github.com/apollographql/apollo-client/pull/1859)
- Remove mutation tracking from the Redux store. Mutation status tracking is now handled outside of Redux in the MutationStore class. [PR #1846](https://github.com/apollographql/apollo-client/pull/1846)

### 1.8.0
Expand Down

0 comments on commit 4127a4b

Please sign in to comment.