Skip to content

Commit 5cf21bf

Browse files
authored
Fix PR #662's entry in CHANGELOG pointed to incorrect link (#675)
1 parent 02801ee commit 5cf21bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

juniper/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ See [#618](https://github.com/graphql-rust/juniper/pull/618).
4343
- Better error messages for all proc macros (see
4444
[#631](https://github.com/graphql-rust/juniper/pull/631)
4545

46-
- Improved lookahead visibility for aliased fields (see [#662](https://github.com/graphql-rust/juniper/pull/631))
46+
- Improved lookahead visibility for aliased fields (see [#662](https://github.com/graphql-rust/juniper/pull/662))
4747

4848
- Bumped bson crate's version to 0.15.0 (see [#674](https://github.com/graphql-rust/juniper/pull/674))
4949

@@ -86,7 +86,7 @@ See [#618](https://github.com/graphql-rust/juniper/pull/618).
8686
Rename `http::tests::HTTPIntegration` as `http::tests::HttpIntegration`
8787
and add support for `application/graphql` POST request.
8888

89-
- 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/631)). These methods are also deprecated in favour of the new `children` method.
89+
- 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.
9090

9191
[#666]: https://github.com/graphql-rust/juniper/pull/666
9292

0 commit comments

Comments
 (0)