Skip to content

Commit

Permalink
Add CHANGELOG line for directive stripping
Browse files Browse the repository at this point in the history
  • Loading branch information
rricard committed Jul 19, 2016
1 parent bb2b8e0 commit 1b95187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ This release has a minor version bump, which means npm will not automatically up

### v0.3.30

- Strip away apollo-specific directives before they reach the network interface. This is useful to implement apollo-client only directives such as the upcoming `@apolloFetchMore`. [PR #374](https://github.com/apollostack/apollo-client/pull/374)
- Don't throw on unknown directives, instead just pass them through. This can open the door to implementing `@live`, `@defer`, and `@stream`, if coupled with some changes in the network layer. [PR #372](https://github.com/apollostack/apollo-client/pull/372)

### v0.3.29
Expand Down

0 comments on commit 1b95187

Please sign in to comment.