README: add changes section

This commit is contained in:
Benjamin Dauvergne 2016-04-12 14:25:41 +02:00
parent 6a6405d75f
commit 2c33683331
1 changed files with 12 additions and 0 deletions

12
README
View File

@ -265,3 +265,15 @@ only db and cached_db are supported currently, the equivalent session engines ar
and
mellon.sessions_backends.cached_db
Changes
=======
1.2.26
------
- allow federation with IdP using transient NameID and stable identifier
attribute
- add support for artifact POST
- replace dateutil by isodate
- do not wrap login view in a transaction (using the non_atomic_request
decorator), to allow finer use of transaction in the login workflow