Skip to content

Commit d160c99

Browse files
committed
v15.22.0
1 parent a03e7c4 commit d160c99

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,27 @@ You can find and compare releases at the [GitHub release page](https://github.co
99

1010
## Unreleased
1111

12+
## v15.22.0
13+
14+
### Added
15+
16+
- Add argument `includeDeprecated` to introspection field `__Directive.args` https://github.com/webonyx/graphql-php/pull/1738/commits/0dd03675dc7c971abfad86cafaf2da353778529f
17+
18+
### Changed
19+
20+
- Make all `includeDeprecated` arguments in introspection fields non-nullable with default value `false` https://github.com/webonyx/graphql-php/pull/1738/commits/851ddb55d722035904191705b6d62ba56950680c
21+
1222
## v15.21.3
1323

1424
### Fixed
1525

16-
- Make querying `isOneOf` optional in Introspection query https://github.com/webonyx/graphql-php/pull/1737
26+
- Make querying `isOneOf` optional in introspection query https://github.com/webonyx/graphql-php/pull/1737
1727

1828
## v15.21.2
1929

2030
### Fixed
2131

22-
- Add missing `isOneOf` to Introspection query https://github.com/webonyx/graphql-php/pull/1729
32+
- Add missing `isOneOf` to introspection query https://github.com/webonyx/graphql-php/pull/1729
2333

2434
## v15.21.1
2535

0 commit comments

Comments
 (0)