From 5da4f4a0ea990f5f7cdd0533301ecd6ae02d01be Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Sun, 27 May 2018 14:05:55 +0000 Subject: [PATCH] Add upgrade notes for 1.16 --- docs/simplesamlphp-upgrade-notes-1.16.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/simplesamlphp-upgrade-notes-1.16.md diff --git a/docs/simplesamlphp-upgrade-notes-1.16.md b/docs/simplesamlphp-upgrade-notes-1.16.md new file mode 100644 index 000000000..883f0a91c --- /dev/null +++ b/docs/simplesamlphp-upgrade-notes-1.16.md @@ -0,0 +1,6 @@ +Upgrade notes for SimpleSAMLphp 1.16 +==================================== + +The class `SimpleSAML_Error_BadUserInnput` has been renamed to `SimpleSAML_Error_BadUserInput`. + +The `authmyspace` module has been removed since the service is no longer available. -- GitLab