misc: remove unmaintained "changes" section of README

This commit is contained in:
Frédéric Péters 2019-09-22 11:08:20 +02:00
parent 11c2770bd1
commit 54a0d93c76
1 changed files with 0 additions and 12 deletions

12
README
View File

@ -329,15 +329,3 @@ 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