From 67a69ea3578247a36d88645bd25507454589e04f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 2 Jul 2012 19:29:27 +0200 Subject: [PATCH] [Security] updated CHANGELOG --- src/Symfony/Component/Security/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Security/CHANGELOG.md b/src/Symfony/Component/Security/CHANGELOG.md index 6394ff81ee..2389ac3f50 100644 --- a/src/Symfony/Component/Security/CHANGELOG.md +++ b/src/Symfony/Component/Security/CHANGELOG.md @@ -4,6 +4,7 @@ CHANGELOG 2.1.0 ----- + * [BC BREAK] The signature of ExceptionListener has changed * changed the HttpUtils constructor signature to take a UrlGenerator and a UrlMatcher instead of a Router * EncoderFactoryInterface::getEncoder() can now also take a class name as an argument * allow switching to the user that is already impersonated