Merge pull request #159 from wojtek-fliposports/develop

Update CHANGELOG.md
This commit is contained in:
Wojciech Bartosiak 2017-03-28 10:14:35 +01:00 committed by GitHub
commit a9e90498c3

View file

@ -6,10 +6,13 @@ All notable changes to this project will be documented in this file.
##### Added ##### Added
- Signals when user accept/decline the authorization page. - Signals when user accept/decline the authorization page.
- `OIDC_POST_END_SESSION_HOOK` setting for additional bussiness logic
- Feature granttype password
##### Fixed ##### Fixed
- Timestamps with unixtime (instead of django timezone). - Timestamps with unixtime (instead of django timezone).
- Field refresh_token cannot be primary key if null. - 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 ### [0.4.4] - 2016-11-29