Update changelog (Arc<T> implements GraphQLType, ToInputValue)

Arc<T> now implements GraphQLType and ToInputValue
This commit is contained in:
Christoph Herzog 2018-07-19 15:21:36 +02:00 committed by theduke
parent 4dc155c51a
commit 39945b2b23

View file

@ -34,3 +34,7 @@
the errors into `FieldError`.
[#40](https://github.com/graphql-rust/juniper/issues/40)
* `GraphQLType` and `ToInputValue` are now implemented for Arc<T>
[#212](https://github.com/graphql-rust/juniper/pull/212)