From 4681399e7160d2ce957eef8398adb3f1704ded0b Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Wed, 10 Apr 2019 14:25:44 +0000 Subject: [PATCH] Add changelog entry to correct version --- docs/simplesamlphp-changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 3db5e9c34..fb9e02d25 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -112,6 +112,8 @@ Released 2019-03-07 * Allow disabling the Scoping element in SP and remote IdP configuration with the `disable_scoping` option, for compatibility with ADFS which does not accept the element (#985). + * Receiving an eduPersonTargetedID in string form will no longer break + parsing of the assertion. ### sanitycheck * Translated into several languages. @@ -412,8 +414,6 @@ Released 2017-11-20 * We now send the eduPersonTargetedID attribute in the correct NameID XML form, instead of the incorrect simple string. We will also refuse to parse an assertion with an eduPersonTargetedID in 'string' format. - * Receiving an eduPersonTargetedID in string form will no longer break - parsing of the assertion. ### `smartattributes` * Fix SmartName authproc that failed to load. -- GitLab