From 2863d93b042ec4bfc88a95c07e45e48b8699e45f Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Tue, 5 Sep 2017 09:51:38 +0000 Subject: [PATCH] Changelog typo --- docs/simplesamlphp-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 89f8f8d5c..531832234 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -116,7 +116,7 @@ Released TBD * Handle instead of reject assertions that do not contain a NameID. * Added options to configure `AllowCreate` and `SPNameQualifier`. * Added option `saml:NameID` to set the Subject NameID in a SAML AuthnRequest. - * Added filter `FilterScopes` to remove alues which are not properly scoped. + * Added filter `FilterScopes` to remove values which are not properly scoped. * Make sure we log the user out before reauthenticating. * More robust handling of IDPList support in proxy mode. * Increased `_authSource` field length in Logout Store. -- GitLab