Skip to content

Commit a442a9e

Browse files
committed
Updating changelog for this feature
1 parent 16e682e commit a442a9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Test: Add assertions for testing response against JSON Schema from API resource
1010
* GraphQL: Add support for multipart request so user can create custom file upload mutations (#3041)
1111
* GraphQL: Add support for name converter (#2765)
12+
* GraphQL: Allow to format GraphQL errors based on exceptions.
1213

1314
## 2.5.0 beta 1
1415

@@ -49,10 +50,6 @@ Please read #2825 if you have issues with the behavior of Readable/Writable Link
4950
## 2.4.7
5051

5152
* Fix passing context to data persisters' `remove` method
52-
* Ensure OpenAPI normalizers properly expose the date format
53-
* Add source maps for Swagger UI
54-
* Improve error message when filter class is not imported
55-
* Add missing autowiring alias for `Pagination`
5653
* Doctrine: ensure that `EntityManagerInterface` is used in data providers
5754

5855
## 2.4.6

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)