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

Skip to content

Commit 5fbf848

Browse files
committed
[Validator] Added note about Callback constraint to CHANGELOG
1 parent c1b1e03 commit 5fbf848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Validator/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CHANGELOG
88
* added `DoctrineCache` to adapt any Doctrine cache
99
* `GroupSequence` now implements `ArrayAccess`, `Countable` and `Traversable`
1010
* changed `ClassMetadata::getGroupSequence()` to return a `GroupSequence` instance instead of an array
11+
* `Callback` can now be put onto properties (useful when you pass a closure to the constraint)
1112

1213
2.4.0
1314
-----

0 commit comments

Comments
 (0)