From 9d725054ced00657aca73251495e6212ee90ed81 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Tue, 9 Jul 2019 09:54:33 +0200 Subject: [PATCH] [Validator] Fix Changelog for #31511 --- src/Symfony/Component/Validator/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Validator/CHANGELOG.md b/src/Symfony/Component/Validator/CHANGELOG.md index 4320db250f..88beb336c9 100644 --- a/src/Symfony/Component/Validator/CHANGELOG.md +++ b/src/Symfony/Component/Validator/CHANGELOG.md @@ -15,8 +15,8 @@ CHANGELOG * Added new `minPropertyPath` and `maxPropertyPath` options to `Range` constraint in order to get the value to compare from an array or object - * added the `limit_path` parameter in violations when using - `Range` constraint with the `minPropertyPath` or + * added the `min_limit_path` and `max_limit_path` parameters in violations when using + `Range` constraint with respectively the `minPropertyPath` and `maxPropertyPath` options. 4.3.0