From 66c698aa8c1284ec10eab88d54b39be75ea99142 Mon Sep 17 00:00:00 2001 From: "marc.weistroff" Date: Wed, 13 Jul 2011 10:16:54 +0200 Subject: [PATCH] Updated update.md --- UPDATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPDATE.md b/UPDATE.md index 4e63372d75..4a1dc5b532 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -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.