Skip to content

Commit 37ba7d7

Browse files
committed
Backport 14.11.5 changelog
1 parent 6d634b4 commit 37ba7d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ You can find and compare releases at the [GitHub release page](https://github.co
6464
- Allow directives on variable definitions
6565
- Handle `null` parent of list in `ValuesOfCorrectType::getVisitor`
6666
- Allow sending both `query` and `queryId`, ignore `queryId` in that case
67-
- Fix `extend()` to preserve `repeatable` (#931)
6867
- Preserve extended methods from class-based types in `SchemaExtender::extend()`
6968
- Fix printing of empty types (#940)
7069
- Clone `NodeList` in `Node::cloneDeep()`
@@ -104,6 +103,12 @@ You can find and compare releases at the [GitHub release page](https://github.co
104103
- Remove parameter `$options` from `ASTDefinitionBuilder`
105104
- Remove `FieldDefinition::create()` in favor of `new FieldDefinition()`
106105

106+
## 14.11.5
107+
108+
### Fixed
109+
110+
- Fix `extend()` to preserve `repeatable` (#931)
111+
107112
## 14.11.4
108113

109114
### Fixed

0 commit comments

Comments
 (0)