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 ### SecurityBundle
* [BC BREAK] The custom factories for the firewall configuration are now registered during the build method of * [BC BREAK] The custom factories for the firewall configuration are now
bundles instead of being registered by the end-user. 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. * [BC BREAK] The Firewall listener is now registered after the Router one. It
It means that specific Firewall URLs (like /login_check and /logout must now have proper means that specific Firewall URLs (like /login_check and /logout must now
route defined in your routing configuration) 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: Before: