Add `ICommentManager::canModerate` to deprecation function
authorCyperghost <olaf_schmitz_1@t-online.de>
Thu, 25 Apr 2024 09:56:53 +0000 (11:56 +0200)
committerCyperghost <olaf_schmitz_1@t-online.de>
Thu, 25 Apr 2024 09:56:53 +0000 (11:56 +0200)
docs/migration/wsc60/deprecations_removals.md

index 26e4ddd7ecd6609e6eee726670982c26e18dd696..7a9c57857745c09b967546fcba91d9dcede60d14 100644 (file)
@@ -9,11 +9,12 @@ With version 6.1, we have deprecated certain components and removed several othe
 #### Classes
 
 - `wcf\system\exception\ValidateActionException`
-- `wcf\system\bbcode\HtmlBBCodeParser` ([WoltLab/WCF#5874](https://github.com/WoltLab/WCF/pull/5874/files))
+- `wcf\system\bbcode\HtmlBBCodeParser` ([WoltLab/WCF#5874](https://github.com/WoltLab/WCF/pull/5874/))
 
 #### Methods
 
 - `wcf\system\session\SessionHandler::resetSessions()` ([WoltLab/WCF#3767](https://github.com/WoltLab/WCF/pull/3767))
+- `wcf\system\comment\manager\ICommentManager::canModerate()` ([WoltLab/WCF#5852](https://github.com/WoltLab/WCF/pull/5852/))
 
 ### JavaScript