File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ You can find and compare releases at the [GitHub release page](https://github.co
64
64
- Allow directives on variable definitions
65
65
- Handle ` null ` parent of list in ` ValuesOfCorrectType::getVisitor `
66
66
- Allow sending both ` query ` and ` queryId ` , ignore ` queryId ` in that case
67
- - Fix ` extend() ` to preserve ` repeatable ` (#931 )
68
67
- Preserve extended methods from class-based types in ` SchemaExtender::extend() `
69
68
- Fix printing of empty types (#940 )
70
69
- Clone ` NodeList ` in ` Node::cloneDeep() `
@@ -104,6 +103,12 @@ You can find and compare releases at the [GitHub release page](https://github.co
104
103
- Remove parameter ` $options ` from ` ASTDefinitionBuilder `
105
104
- Remove ` FieldDefinition::create() ` in favor of ` new FieldDefinition() `
106
105
106
+ ## 14.11.5
107
+
108
+ ### Fixed
109
+
110
+ - Fix ` extend() ` to preserve ` repeatable ` (#931 )
111
+
107
112
## 14.11.4
108
113
109
114
### Fixed
You can’t perform that action at this time.
0 commit comments