diff options
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 797462b..0093677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,3 +23,5 @@ CHANGELOG * [BC BREAK] moved the default authentication success and failure handling to seperate classes. The order of arguments in the constructor of the `AbstractAuthenticationListener` has changed. + * [BC BREAK] moved the default logout sucess handling to a seperate class. The + order of arguments in the constructor of `LogoutListener` has changed. |