Skip to content

Commit edd1b26

Browse files
authored
Fix CHANGELOG typos
1 parent dbfcc76 commit edd1b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

juniper/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# master
22

3-
- Refactored all crates to the 2018 editio [#345](https://github.com/graphql-rust/juniper/pull/345)
3+
- Refactored all crates to the 2018 edition. [#345](https://github.com/graphql-rust/juniper/pull/345)
44
- The minimum required Rust version is now `1.31.0`.
55
- The `ScalarValue` custom derive has been renamed to `GraphQLScalarValue`.
66
- Added built-in support for the canonical schema introspection query via
@@ -11,7 +11,7 @@
1111
- Added GraphQL Playground integration
1212
The DirectiveLocation::InlineFragment had an invalid literal value,
1313
which broke third party tools like apollo cli.
14-
- The return type of `value::object::Object::iter/iter_mut` has changed to `impl Iter` [#312](https://github.com/graphql-rust/juniper/pull/312)
14+
- The return type of `value::object::Object::iter/iter_mut` has changed to `impl Iter`. [#312](https://github.com/graphql-rust/juniper/pull/312)
1515

1616
# [0.11.1] 2018-12-19
1717

0 commit comments

Comments
 (0)