Add changelog entry for https://github.com/graphql-rust/juniper/pull/256
This commit is contained in:
parent
ec963a6e71
commit
f3940df6d5
1 changed files with 8 additions and 0 deletions
8
juniper_hyper/Changelog.md
Normal file
8
juniper_hyper/Changelog.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# [master]
|
||||
|
||||
## Breaking changes
|
||||
|
||||
- The tokio threadpool managed by `hyper` is now used for
|
||||
executing GraphQL operations as well. Previously a separate threadpool from `futures_cpupool` was required.
|
||||
|
||||
[#256](https://github.com/graphql-rust/juniper/pull/256)
|
Loading…
Reference in a new issue