From 7f8ee249886de4db2aea5c41fdf00f448680befa Mon Sep 17 00:00:00 2001 From: Jason Bittel Date: Thu, 17 Dec 2015 15:06:13 -0800 Subject: [PATCH] Update changelog --- docs/changelog.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4efd360..626a797 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,6 +9,22 @@ here. For additional detail, read the complete `commit history`_. From version 0.4.0 and following, version numbers follow the `semantic versioning`_ scheme. +**django-mama-cas 2.0.0** ``[2015-12-17]`` + * Fix Django 1.9 compatibility + * Drop support for unsupported Django versions + * Remove ``url`` parameter to ``/logout`` + * Change service URL comparison to be more strict + * Fix pgtURL validation not checking against valid services + + .. warning:: + + Support has been dropped for Django 1.4, 1.6 and 1.7, matching Django's + supported versions policy. + + .. warning:: + + The ``url`` parameter is no longer accepted by ``/logout``, per CAS 3.0. + **django-mama-cas 1.2.0** ``[2015-08-21]`` * Add new CAS 3 endpoints as aliases * Update CAS validation error response codes