Update CHANGELOG with master breaking changes

This commit is contained in:
Christoph Herzog 2019-11-15 22:02:17 +01:00
parent 5d270b7dea
commit 4f287806bd

View file

@ -1,6 +1,16 @@
# master
- Correctly handle raw identifiers in field and argument names.
## Features
- Support raw identifiers in field and argument names. (#[object] macro)
## Breaking Changes
- Remove ScalarRefValue trait
- Change return type of GraphQLType::resolve to `ExecutionResult`
This was done to unify the return type of all resolver methods
The previous `Value` return type was just an internal artifact of
error handling.
# [[0.14.1] 2019-10-24](https://github.com/graphql-rust/juniper/releases/tag/juniper-0.14.1)