Skip to content

Commit

Permalink
minor #32451 [Validator] Fix Changelog for #31511 (Lctrs)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Jul 9, 2019
2 parents ac7938b + 9d72505 commit 8935ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Component/Validator/CHANGELOG.md
Expand Up @@ -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
Expand Down

0 comments on commit 8935ea5

Please sign in to comment.