Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8935ea5

Browse files
committed
minor #32451 [Validator] Fix Changelog for #31511 (Lctrs)
This PR was merged into the 4.4 branch. Discussion ---------- [Validator] Fix Changelog for #31511 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A Commits ------- 9d72505 [Validator] Fix Changelog for #31511
2 parents ac7938b + 9d72505 commit 8935ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Validator/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ CHANGELOG
1515
* Added new `minPropertyPath` and `maxPropertyPath` options
1616
to `Range` constraint in order to get the value to compare
1717
from an array or object
18-
* added the `limit_path` parameter in violations when using
19-
`Range` constraint with the `minPropertyPath` or
18+
* added the `min_limit_path` and `max_limit_path` parameters in violations when using
19+
`Range` constraint with respectively the `minPropertyPath` and
2020
`maxPropertyPath` options.
2121

2222
4.3.0

0 commit comments

Comments
 (0)