From 54758949bff9fc520997415341323eebf3f54892 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 21 Oct 2019 10:22:30 +0200 Subject: [PATCH] sync changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04953a1cc..153f4cb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ CHANGELOG 2.6.0 ----- +* ensure compatibility with the `FlattenException` from the new ErrorRenderer component +* fix handling the `serialize_null` option with the Symfony serializer +* added support for using multiple constraints for the `requirements` option of the `@RequestParam` + annotation * drop support for PHP 5.5, 5.6 and 7.0 * drop support for SF 4.0, 4.1 and 4.2 (3.4 LTS is still supported) * deprecated using the `ParamFetcher` class without passing a validator as the third argument, this