From b207cee8eecd2cba190a1f72fb3fbfb996c751f4 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sun, 29 Apr 2018 19:16:24 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 01e598b..9852488 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,21 @@ Added * Support for python 3.6 and Django 1.11 * Support for Django 2.0 +Fixes +---- + +* Add missing attributes authenticationDate, longTermAuthenticationRequestTokenUsed and + isFromNewLogin from service validation response +* Catch error from calling django.contrib.staticfiles.templatetags.staticfiles.static + in non-debug mode before collectstatic in cas_server.default_settings.py + +Deprecated +---------- + +* Support for Django <1.11 is dropped, it should still works for this version. + Next versions will most probably be not compatible with Django <1.11 +* Support for python 3.4 is dropped, it should still works for this version. + Next versions may or may not works with python 3.4. v0.9.0 - 2017-11-17 ===================