Update deprecations and removals
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 31 May 2022 07:47:05 +0000 (09:47 +0200)
committerGitHub <noreply@github.com>
Tue, 31 May 2022 07:47:05 +0000 (09:47 +0200)
see WoltLab/WCF#4837

docs/migration/wsc55/deprecations_removals.md

index ba7d5148fd6a11d13428f930f2f9a62547d3b37c..3b25e9a98265b0292474f2b806c5f7e589249b31 100644 (file)
@@ -63,6 +63,8 @@ With version 5.6, we have deprecated certain components and removed several othe
 - `wcf\system\request\Request::getPageType()` ([WoltLab/WCF#4822](https://github.com/WoltLab/WCF/pull/4822))
 - `wcf\system\request\RouteHandler::getDefaultController()` ([WoltLab/WCF#4832](https://github.com/WoltLab/WCF/pull/4832))
 - `wcf\system\request\RouteHandler::loadDefaultControllers()` ([WoltLab/WCF#4832](https://github.com/WoltLab/WCF/pull/4832))
+- `wcf\system\session\SessionHandler::getStyleID()` ([WoltLab/WCF#4837](https://github.com/WoltLab/WCF/pull/4837))
+- `wcf\system\session\SessionHandler::setStyleID()`([WoltLab/WCF#4837](https://github.com/WoltLab/WCF/pull/4837))
 - The `$dbNumber` parameter of `wcf\system\WCFSetup::getConflictedTables()` ([WoltLab/WCF#4791](https://github.com/WoltLab/WCF/pull/4791))
 
 #### Properties