diff --git a/docs/simplesamlphp-upgrade-notes-1.14.txt b/docs/simplesamlphp-upgrade-notes-1.14.txt index a63b24b60fdd1fb3e91fd0dc9e69c613f7e181e8..e5de10ab98f0fd9fe1aa02f6371731717ed9a244 100644 --- a/docs/simplesamlphp-upgrade-notes-1.14.txt +++ b/docs/simplesamlphp-upgrade-notes-1.14.txt @@ -72,8 +72,6 @@ The following deprecated methods and constants have been removed: The following methods have changed their signature. Refer to the code for the updated signatures: * `SimpleSAML_Auth_Default::initLogin()` - * `SimpleSAML_Auth_Default::initLogout()` - * `SimpleSAML_Auth_Default::initLogoutReturn()` * `SimpleSAML_Metadata_MetaDataStorageHandler::getGenerated()` * `SimpleSAML_Metadata_MetaDataStorageHandler::getMetaData()` * `SimpleSAML_Metadata_MetaDataStorageHandler::getMetaDataCurrent()` @@ -86,7 +84,7 @@ The following methods have changed their signature. Refer to the code for the up The following methods and classes have been deprecated. Refer to the code for alternatives: - * `SimpleSAML_Auth_Default` + * `SimpleSAML_Auth_Default`, together with all the `SimpleSAML_Auth_Default.*` keys in the state array. * `SimpleSAML_Auth_Default::extractPersistentAuthState()` * `SimpleSAML_Auth_Default::handleUnsolicitedAuth()` * `SimpleSAML_Auth_Default::initLogin()`