Skip to content

Commit 2e1a3f4

Browse files
committed
Updating changelog for this feature
1 parent 03668fb commit 2e1a3f4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* GraphQL: Improve serialization performance by avoiding calls to the `serialize` PHP function
1414
* GraphQL: Allow to use a search and an exist filter on the same resource
1515
* GraphQL: Refactor the architecture of the whole system to allow the decoration of useful services (`TypeConverter` to manage custom types, `SerializerContextBuilder` to modify the (de)serialization context dynamically, etc.)
16+
* GraphQL: Allow to format GraphQL errors based on exceptions.
1617

1718
## 2.4.7
1819

tests/GraphQl/Exception/Formatter/ValidationExceptionFormatterTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
use Symfony\Component\Validator\ConstraintViolation;
2121
use Symfony\Component\Validator\ConstraintViolationList;
2222

23+
/**
24+
* @author Mahmood Bazdar<[email protected]>
25+
*/
2326
class ValidationExceptionFormatterTest extends TestCase
2427
{
2528
public function testFormat()

0 commit comments

Comments
 (0)