[Validator] Added note about Callback constraint to CHANGELOG

This commit is contained in:
Bernhard Schussek 2014-02-18 15:23:59 +01:00
parent c1b1e03399
commit 5fbf848f2f
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ CHANGELOG
* added `DoctrineCache` to adapt any Doctrine cache
* `GroupSequence` now implements `ArrayAccess`, `Countable` and `Traversable`
* changed `ClassMetadata::getGroupSequence()` to return a `GroupSequence` instance instead of an array
* `Callback` can now be put onto properties (useful when you pass a closure to the constraint)
2.4.0
-----