Updated update.md

This commit is contained in:
marc.weistroff 2011-07-13 10:16:54 +02:00
parent b33e1bae29
commit 66c698aa8c

View File

@ -9,6 +9,10 @@ timeline closely anyway.
RC4 to RC5
----------
* `EntityUserProvider` class has been moved and FQCN changed from
`Symfony\Component\Security\Core\User\EntityUserProvider` to
`Symfony\Bridge\Doctrine\Security\User\EntityUserProvider`.
* Removed the guesser for the Choice constraint as the constraint only knows
about the valid keys, and not their values.