update CHANGELOG.md

This commit is contained in:
Jonas Helfer 2017-05-30 18:17:53 -07:00 committed by Jonas Helfer
parent c4e2f5224a
commit 99ee076dcd

View file

@ -1,9 +1,11 @@
# Changelog
### VNEXT
### v0.8.0
* Persist `window.location.hash` on URL updates [#386](https://github.com/apollographql/graphql-server/issues/386)
* Added support for `graphql-js` > 0.10.0 [#407](https://github.com/apollographql/graphql-server/pull/407)
* Updated `subscriptions-transport-ws` for GraphiQL with subscritpions [#407](https://github.com/apollographql/graphql-server/pull/407)
* Updated `subscriptions-transport-ws` for GraphiQL with subscriptions [#407](https://github.com/apollographql/graphql-server/pull/407)
### v0.7.2
* Fix include passHeader field that was accidentally removed