core: add changelog for gql-tag change

This commit is contained in:
Evans Hauser 2018-06-06 09:39:58 -07:00
parent adfe69cb6a
commit 9e87f405ed
No known key found for this signature in database
GPG key ID: 88AF586817F52EEC

View file

@ -2,6 +2,7 @@
### vNEXT
* `apollo-server-core`: **breaking** gql is exported from gql-tag and ApolloServer requires a DocumentNode [PR#1146](https://github.com/apollographql/apollo-server/pull/1146)
* `apollo-server-core`: accept `Request` object in `runQuery` [PR#1108](https://github.com/apollographql/apollo-server/pull/1108)
* `apollo-server-core`: move query parse into runQuery and no longer accept GraphQL AST over the wire [PR#1097](https://github.com/apollographql/apollo-server/pull/1097)
* `apollo-server-core`: custom errors allow instanceof checks [PR#1074](https://github.com/apollographql/apollo-server/pull/1074)