Skip to content

Commit 98fc6c9

Browse files
committed
Updating changelog for this feature
1 parent de96350 commit 98fc6c9

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
@@ -4,6 +4,7 @@
44

55
* GraphQL: Add support for multipart request so user can create custom file upload mutations (#3041)
66
* GraphQL: Add support for name converter (#2765)
7+
* GraphQL: Allow to format GraphQL errors based on exceptions.
78

89
## 2.5.0 beta 1
910

@@ -44,10 +45,6 @@ Please read #2825 if you have issues with the behavior of Readable/Writable Link
4445
## 2.4.7
4546

4647
* Fix passing context to data persisters' `remove` method
47-
* Ensure OpenAPI normalizers properly expose the date format
48-
* Add source maps for Swagger UI
49-
* Improve error message when filter class is not imported
50-
* Add missing autowiring alias for `Pagination`
5148
* Doctrine: ensure that `EntityManagerInterface` is used in data providers
5249

5350
## 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)