diff --git a/docs/simplesamlphp-upgrade-notes-1.5.txt b/docs/simplesamlphp-upgrade-notes-1.5.txt index 2fb9993eefbcebfc406d0424471b92f39674b253..010f4a6be4c20cacf1bec23a49aea574dc854671 100644 --- a/docs/simplesamlphp-upgrade-notes-1.5.txt +++ b/docs/simplesamlphp-upgrade-notes-1.5.txt @@ -15,3 +15,6 @@ Upgrade notes for simpleSAMLphp 1.5 The old methods will still be supported for a while, but new code should probably use the new code. See the [migration guide](http://rnd.feide.no/content/migration-modularized-saml-service-provider) for more information about this. + + * The `request.signing` option has been removed. + That option was replaced with the `redirect.sign` and `redirect.validate` options, and has been depreceated for one year.