diff options
author | Alexander <iam.asm89@gmail.com> | 2012-07-15 16:00:04 +0200 |
---|---|---|
committer | Alexander <iam.asm89@gmail.com> | 2013-01-07 20:58:58 +0100 |
commit | 236974f019efbe80e96388dc30f881add50599b6 (patch) | |
tree | 473b889552a5602787e3555c97502fda20890afa | |
parent | 33b10927752d12a0a08085fa8e4337f00671c81c (diff) | |
download | symfony-security-236974f019efbe80e96388dc30f881add50599b6.zip symfony-security-236974f019efbe80e96388dc30f881add50599b6.tar.gz symfony-security-236974f019efbe80e96388dc30f881add50599b6.tar.bz2 |
[Security] Add note about changed constructor to changelog
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1305b28..9fb4c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. |