From a923379fdeefa22294a2fd8f216eba0e3f4b1e8a Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Sat, 26 May 2018 10:22:14 +0000 Subject: [PATCH] Update changelog --- docs/simplesamlphp-changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 0d01b691d..85c85b6e8 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -34,6 +34,7 @@ Released TBD to allow for dynamic population of authsources.php. * Fix edge case in getServerPort. * Add basic documentation on Nginx configuration. + * Test authentication: optionally show AuthData array. ### adfs * Make signature algorithm configurable with `signature.algorithm`. @@ -53,6 +54,7 @@ Released TBD * Replace deprecated create_function with an anonymous function. * New authproc filter Cardinality to enforce attribute cardinality. * SQLPermanentStorage: proper expiration of stored values. + * AttributeLimit: new options `regex` and `ignoreCase`. ### ldap * AttributeAddUsersGroups: if attribute.groupname is set, use the -- GitLab