Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 803f370

Browse files
committedMar 8, 2019
Add Object::iter(_mut) return type change to changelog.
1 parent ebc44bf commit 803f370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎juniper/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Fix introspection query validity
66
The DirectiveLocation::InlineFragment had an invalid literal value,
77
which broke third party tools like apollo cli.
8+
- The return type of `value::object::Object::iter/iter_mut` has changed to `impl Iter` [#312](https://github.com/graphql-rust/juniper/pull/312)
89

910
# [0.11.1] 2018-12-19
1011

0 commit comments

Comments
 (0)
Please sign in to comment.