Update CHANGELOG with master breaking changes
This commit is contained in:
parent
5d270b7dea
commit
4f287806bd
1 changed files with 11 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue