From b8529a03a6ff3e8c379c510d88bd5754d1895c7f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 31 Jul 2020 09:45:25 +0200 Subject: [PATCH] Fix CHANGELOG --- src/Symfony/Component/Validator/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Validator/CHANGELOG.md b/src/Symfony/Component/Validator/CHANGELOG.md index 32d22c4220..e7bb1c2654 100644 --- a/src/Symfony/Component/Validator/CHANGELOG.md +++ b/src/Symfony/Component/Validator/CHANGELOG.md @@ -4,6 +4,7 @@ CHANGELOG 5.2.0 ----- + * added a `Cascade` constraint to ease validating nested typed object properties * deprecated the `allowEmptyString` option of the `Length` constraint Before: @@ -32,7 +33,6 @@ CHANGELOG 5.1.0 ----- - * added a `Cascade` constraint to ease validating typed nested objects * added the `Hostname` constraint and validator * added the `alpha3` option to the `Country` and `Language` constraints * allow to define a reusable set of constraints by extending the `Compound` constraint