update CHANGELOG

This commit is contained in:
Klein Florian 2012-07-20 09:25:13 +02:00
parent db9ea095f0
commit 4eb54a042d
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ CHANGELOG
* DoctrineOrmTypeGuesser now guesses "collection" for array Doctrine type
* DoctrineType now caches its choice lists in order to improve performance
* DoctrineType now uses ManagerRegistry::getManagerForClass() if the option "em" is not set
* UniqueEntity validation constraint now accepts a "repositoryMethod" option that will be used to check for uniqueness instead of the default "findBy"