Update CHANGELOG for 2.1, describe new auth events

This commit is contained in:
Dariusz Górecki 2011-11-22 14:49:42 +01:00
parent cf09c2db55
commit 09562dfee9

View File

@ -74,6 +74,9 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* added a validator for the user password
* added 'erase_credentials' as a configuration key (true by default)
* added new events: `security.authentication.success` and `security.authentication.failure`
fired on authentication success/failure, regardless of authentication method,
events are defined in new event class: `Symfony\Component\Security\Core\AuthenticationEvents`.
### SwiftmailerBundle