Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored and vladar committed Jun 21, 2020
1 parent 0fa6330 commit e206b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- Having an empty string in `deprecationReason` will now print the `@deprecated` directive (only a `null` `deprecationReason` won't print the `@deprecated` directive).
- Renamed `GraphQL\Error\Debug` to `GraphQL\Error\DebugFlag`.
- Debug flags in `GraphQL\Executor\ExecutionResult`, `GraphQL\Error\FormattedError` and `GraphQL\Server\ServerConfig` do not accept `boolean` value anymore but `int` only.
- `$positions` in `GraphQL\Error\Error` are not nullable anymore. Same can be expressesed by passing empty array.

#### v0.13.5
- Fix coroutine executor when using with promise (#486)
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $e = new Error(
'msg',
null,
null,
[],
null,
null,
null,
['foo' => 'bar']
Expand Down

0 comments on commit e206b3a

Please sign in to comment.