Skip to content

Commit 3b43d8a

Browse files
authored
Mention validation status change in changelog
see #3808 (comment)
1 parent 2c31621 commit 3b43d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
* Tests: adds a method to retrieve the CookieJar in the test Client `getCookieJar`
7474
* Tests: Fix the registration of the `test.api_platform.client` service when the `FrameworkBundle` bundle is registered after the `ApiPlatformBundle` bundle (#3928)
7575
* Validator: Add the violation code to the violation properties (#3857)
76-
* Validator: Allow customizing the validation error status code (#3808)
76+
* Validator: Allow customizing the validation error status code. **BC** Status code for validation errors is now 422, use `exception_to_status` to fallback to 400 if needed (#3808).
7777
* Validator: Autoconfiguration of validation groups generator via `ApiPlatform\Core\Validator\ValidationGroupsGeneratorInterface`
7878
* Validator: Deprecate using a validation groups generator service not implementing `ApiPlatform\Core\Bridge\Symfony\Validator\ValidationGroupsGeneratorInterface` (#3346)
7979
* Validator: Property validation through OpenAPI (#33329)

0 commit comments

Comments
 (0)