From 2c33683331fb9ac1c34d131655e030729a3d9fea Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 12 Apr 2016 14:25:41 +0200 Subject: [PATCH] README: add changes section --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index c799b7b..251ea65 100644 --- a/README +++ b/README @@ -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