From 0d091036e4c1a10108e86ee6bd9c66fe2f5cff2f Mon Sep 17 00:00:00 2001 From: Cyperghost Date: Thu, 25 Apr 2024 11:56:53 +0200 Subject: [PATCH] Add `ICommentManager::canModerate` to deprecation function --- docs/migration/wsc60/deprecations_removals.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/migration/wsc60/deprecations_removals.md b/docs/migration/wsc60/deprecations_removals.md index 26e4ddd7..7a9c5785 100644 --- a/docs/migration/wsc60/deprecations_removals.md +++ b/docs/migration/wsc60/deprecations_removals.md @@ -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 -- 2.20.1