From 2eca82a5b78bf8228dbbc1a726f5c276a650431e Mon Sep 17 00:00:00 2001 From: Wojciech Bartosiak Date: Tue, 28 Mar 2017 10:02:29 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b10bb..f687d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,13 @@ All notable changes to this project will be documented in this file. ##### Added - Signals when user accept/decline the authorization page. +- `OIDC_POST_END_SESSION_HOOK` setting for additional bussiness logic +- Feature granttype password ##### Fixed - Timestamps with unixtime (instead of django timezone). - Field refresh_token cannot be primary key if null. +- `create_uri_exceptions` are now being logged at `Exception` level not `DEBUG` ### [0.4.4] - 2016-11-29