updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-11-22 09:26:42 +01:00
parent c73476929b
commit 574e3955b3

View File

@ -36,14 +36,17 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### SecurityBundle
* [BC BREAK] The custom factories for the firewall configuration are now registered during the build method of
bundles instead of being registered by the end-user.
* [BC BREAK] The custom factories for the firewall configuration are now
registered during the build method of bundles instead of being registered
by the end-user (you need to remove the 'factories' keys in your security
configuration).
* [BC BREAK] The Firewall listener is now registered after the Router one.
It means that specific Firewall URLs (like /login_check and /logout must now have proper
route defined in your routing configuration)
* [BC BREAK] The Firewall listener is now registered after the Router one. It
means that specific Firewall URLs (like /login_check and /logout must now
have proper route defined in your routing configuration)
* [BC BREAK] refactored the user provider configuration. The configuration changed for the chain provider and the memory provider:
* [BC BREAK] refactored the user provider configuration. The configuration
changed for the chain provider and the memory provider:
Before: