From bd6f192998caf4415f39230f90762ba1acfed8b5 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Fri, 8 Mar 2019 22:03:23 +0100 Subject: [PATCH] Add Object::iter(_mut) return type change to changelog. --- juniper/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index 42e54596..93356570 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -6,6 +6,9 @@ The DirectiveLocation::InlineFragment had an invalid literal value, which broke third party tools like apollo cli. - 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