Update changelog

This commit is contained in:
Valentin Samir 2018-04-29 19:16:24 +02:00
parent 81d7c7c9c6
commit b207cee8ee
1 changed files with 15 additions and 0 deletions

View File

@ -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
===================