From 4eb54a042d9ddd1d5cb51ef0c9391ba9aa8d5524 Mon Sep 17 00:00:00 2001 From: Klein Florian Date: Fri, 20 Jul 2012 09:25:13 +0200 Subject: [PATCH] update CHANGELOG --- src/Symfony/Bridge/Doctrine/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bridge/Doctrine/CHANGELOG.md b/src/Symfony/Bridge/Doctrine/CHANGELOG.md index c170225e5d..ada3e62928 100644 --- a/src/Symfony/Bridge/Doctrine/CHANGELOG.md +++ b/src/Symfony/Bridge/Doctrine/CHANGELOG.md @@ -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"