File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ You can find and compare releases at the [GitHub release page](https://github.co
33
33
- Expose structured enumeration of directive locations
34
34
- Add ` AST::concatAST() ` utility
35
35
- Allow lazy input object fields
36
- - Allow field definitions to be defined as any ` iterable ` , not just ` array `
37
36
38
37
### Optimized
39
38
@@ -73,6 +72,12 @@ You can find and compare releases at the [GitHub release page](https://github.co
73
72
- Remove alias ` GraphQL\Validator\Rules\AbstractQuerySecurity ` , use ` GraphQL\Validator\Rules\QuerySecurityRule `
74
73
- Remove alias ` GraphQL\Validator\Rules\AbstractValidationRule ` , use ` GraphQL\Validator\Rules\ValidationRule `
75
74
75
+ ## 14.11.0
76
+
77
+ ### Added
78
+
79
+ - Allow field definitions to be defined as any ` iterable ` , not just ` array `
80
+
76
81
## 14.10.0
77
82
78
83
### Added
You can’t perform that action at this time.
0 commit comments