This commit is contained in:
Christian Legnitto 2018-09-30 11:18:21 -07:00 committed by GitHub
parent ec963a6e71
commit f3940df6d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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)