Move PasswordUtil from removals to deprecations
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 12 Aug 2021 13:41:53 +0000 (15:41 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Aug 2021 13:41:53 +0000 (15:41 +0200)
see WoltLab/WCF@fe48e27fb2729cc5918a51ff861ed7dd5eee6fb4

docs/migration/wsc54/deprecations_removals.md

index 6ce3208da0d7ffe202e352418d2feea841883920..c05423e183297233c20d7d7cdd5a668518a3806a 100644 (file)
@@ -12,6 +12,7 @@ With version 5.5, we have deprecated certain components and removed several othe
 
 - `filebase\system\file\FileDataHandler` (use `filebase\system\cache\runtime\FileRuntimeCache` instead)
 - `wcf\system\io\FTP` (directly use the FTP extension instead)
+- `wcf\util\PasswordUtil`
 
 #### Methods
 
@@ -49,7 +50,6 @@ With version 5.5, we have deprecated certain components and removed several othe
 - `wcf\system\cache\builder\TemplateListenerCacheBuilder` ([WoltLab/WCF#4297](https://github.com/WoltLab/WCF/pull/4297))
 - `wcf\system\log\modification\ModificationLogHandler` ([WoltLab/WCF#4340](https://github.com/WoltLab/WCF/pull/4340))
 - `wcf\system\recaptcha\RecaptchaHandlerV2` ([WoltLab/WCF#4289](https://github.com/WoltLab/WCF/pull/4289))
-- `wcf\util\PasswordUtil`
 - The SCSS compiler’s `Leafo` class aliases ([WoltLab/WCF#4343](https://github.com/WoltLab/WCF/pull/4343), [Migration Guide from 5.2 to 5.3](../wsc52/libraries.md))
 
 #### Methods