Skip to content

Commit af26c5e

Browse files
committed
Update changelog
1 parent 02b6534 commit af26c5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

juniper/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ See [#618](https://github.com/graphql-rust/juniper/pull/618).
5555

5656
## Breaking Changes
5757

58+
- `GraphQLType` trait was split into 2 traits: ([#685])
59+
- object safe `GraphQLValue` trait containing resolving logic;
60+
- static `GraphQLType` trait containing GraphQL type information.
61+
5862
- `juniper::graphiql` has moved to `juniper::http::graphiql`
5963
- `juniper::http::graphiql::graphiql_source` now requies a second parameter for subscriptions
6064

@@ -95,6 +99,7 @@ See [#618](https://github.com/graphql-rust/juniper/pull/618).
9599
- When using LookAheadMethods to access child selections, children are always found using their alias if it exists rather than their name (see [#662](https://github.com/graphql-rust/juniper/pull/662)). These methods are also deprecated in favour of the new `children` method.
96100

97101
[#666]: https://github.com/graphql-rust/juniper/pull/666
102+
[#685]: https://github.com/graphql-rust/juniper/pull/685
98103

99104
# [[0.14.2] 2019-12-16](https://github.com/graphql-rust/juniper/releases/tag/juniper-0.14.2)
100105

0 commit comments

Comments
 (0)