diff --git a/CHANGELOG.md b/CHANGELOG.md index fad2aa46397..dbb4f598ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Expect active development and potentially significant breaking changes in the `0 ### vNEXT +- 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