From 97064f4ac58caa535648c5e230eaa12bca32d59f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 28 Apr 2022 14:31:01 +0200 Subject: [PATCH] Document the deprecation of `TPhpass::hash()` and `TPhpass::needsRehash()` see WoltLab/WCF#4602 --- docs/migration/wsc54/deprecations_removals.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index c5d0a552..2b932780 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -34,6 +34,8 @@ With version 5.5, we have deprecated certain components and removed several othe - `wcf\system\request\Request::isExecuted()` ([WoltLab/WCF#4485](https://github.com/WoltLab/WCF/pull/4485)) - `wcf\system\search\elasticsearch\ElasticsearchHandler::query()` - `wcf\system\session\Session::getDeviceIcon()` ([WoltLab/WCF#4525](https://github.com/WoltLab/WCF/pull/4525)) +- `wcf\system\user\authentication\password\algorithm\TPhpass::hash()` ([WoltLab/WCF#4602](https://github.com/WoltLab/WCF/pull/4762)) +- `wcf\system\user\authentication\password\algorithm\TPhpass::needsRehash()` ([WoltLab/WCF#4602](https://github.com/WoltLab/WCF/pull/4762)) - `wcf\system\WCF::getAnchor()` ([WoltLab/WCF#4580](https://github.com/WoltLab/WCF/pull/4580)) - `wcf\util\MathUtil::getRandomValue()` ([WoltLab/WCF#4280](https://github.com/WoltLab/WCF/pull/4280)) - `wcf\util\StringUtil::encodeJSON()` ([WoltLab/WCF#4645](https://github.com/WoltLab/WCF/pull/4645)) -- 2.20.1