Skip to content

Commit b32c54e

Browse files
committed
Mention #113 in CHANGELOG
1 parent 8dd9758 commit b32c54e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

juniper/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
2727
- Removed support for `dyn` attribute argument (interface values as trait objects).
2828
- Removed support for `downcast` attribute argument (custom resolution into implementer types).
2929
- Removed support for `async` trait methods (not required anymore).
30-
- Removed necessity of writing `impl Trait for Type` blocks (interfaces are implemented just by matching their fields now).
30+
- Removed necessity of writing `impl Trait for Type` blocks (interfaces are implemented just by matching their fields now). ([#113])
3131
- Forbade default implementations of non-ignored trait methods.
3232
- Supported coercion of additional `null`able arguments and return sub-typing on implementer.
3333
- Supported `rename_all = "<policy>"` attribute argument influencing all its fields and their arguments. ([#971])
@@ -75,6 +75,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
7575
- Incorrect input value coercion with defaults. ([#1080], [#1073])
7676
- Incorrect error when explicit `null` provided for `null`able list input parameter. ([#1086], [#1085])
7777

78+
[#113]: /../../issues/113
7879
[#503]: /../../issues/503
7980
[#528]: /../../issues/528
8081
[#750]: /../../issues/750

juniper_codegen/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ All user visible changes to `juniper_codegen` crate will be documented in this f
1616
- Removed support for `dyn` attribute argument (interface values as trait objects).
1717
- Removed support for `downcast` attribute argument (custom resolution into implementer types).
1818
- Removed support for `async` trait methods (not required anymore).
19-
- Removed necessity of writing `impl Trait for Type` blocks (interfaces are implemented just by matching their fields now).
19+
- Removed necessity of writing `impl Trait for Type` blocks (interfaces are implemented just by matching their fields now). ([#113])
2020
- Forbade default implementations of non-ignored trait methods.
2121
- Supported coercion of additional `null`able arguments and return sub-typing on implementer.
2222
- Supported `rename_all = "<policy>"` attribute argument influencing all its fields and their arguments. ([#971])
23+
- Supported interfaces implementing other interfaces. ([#1028])
2324
- Split `#[derive(GraphQLScalarValue)]` macro into:
2425
- `#[derive(GraphQLScalar)]` for implementing GraphQL scalar: ([#1017])
2526
- Supported generic `ScalarValue`.
@@ -41,6 +42,7 @@ All user visible changes to `juniper_codegen` crate will be documented in this f
4142

4243
- All procedural macros expansion inside `macro_rules!`. ([#1054], [#1051])
4344

45+
[#113]: /../../issues/113
4446
[#971]: /../../pull/971
4547
[#985]: /../../pull/985
4648
[#987]: /../../pull/987
@@ -51,6 +53,7 @@ All user visible changes to `juniper_codegen` crate will be documented in this f
5153
[#1017]: /../../pull/1017
5254
[#1025]: /../../pull/1025
5355
[#1026]: /../../pull/1026
56+
[#1028]: /../../pull/1028
5457
[#1051]: /../../issues/1051
5558
[#1054]: /../../pull/1054
5659

0 commit comments

Comments
 (0)