Update CHANGELOG.md

This commit is contained in:
Christian Legnitto 2020-06-27 21:41:24 -10:00 committed by GitHub
parent 03844468f7
commit c7cc1daed2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
## Features
- Added async support. ([#2](https://github.com/graphql-rust/juniper/issues/2))
- `Schema::execute()` is now async. Synchronous execution can still be used via `Schema::execute_sync()`.
- `execute()` is now async. Synchronous execution can still be used via `execute_sync()`.
- Field resolvers may optionally be declared as `async` and return a future.
- Added *experimental* support for GraphQL subscriptions. ([#433](https://github.com/graphql-rust/juniper/pull/433))