Add Object::iter(_mut) return type change to changelog.

This commit is contained in:
Christoph Herzog 2019-03-08 22:03:23 +01:00 committed by theduke
parent 287a24675a
commit bd6f192998

View file

@ -6,6 +6,9 @@
The DirectiveLocation::InlineFragment had an invalid literal value, The DirectiveLocation::InlineFragment had an invalid literal value,
which broke third party tools like apollo cli. which broke third party tools like apollo cli.
- Added GraphQL Playground integration - Added GraphQL Playground integration
The DirectiveLocation::InlineFragment had an invalid literal value,
which broke third party tools like apollo cli.
- The return type of `value::object::Object::iter/iter_mut` has changed to `impl Iter` [#312](https://github.com/graphql-rust/juniper/pull/312)
# [0.11.1] 2018-12-19 # [0.11.1] 2018-12-19