[Security] Add note about changed constructor to changelog

This commit is contained in:
Alexander 2012-07-15 16:00:04 +02:00
parent d6c57cff6f
commit 837ae15102

View File

@ -34,3 +34,6 @@ CHANGELOG
`AbstractAuthenticationListener` has changed.
* [BC BREAK] moved the default logout success handling to a separate class. The
order of arguments in the constructor of `LogoutListener` has changed.
* [BC BREAK] The constructor of `AuthenticationException` and all child
classes now matches the constructor of `\Exception`. Extra information
should be passed via the `setExtraInformation` setter.