From dced218787069b409614c5398a500c754d118682 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 18 Nov 2024 17:25:36 +0100 Subject: [PATCH] Document the removal of `WCF.ACP.Cronjob.LogList` --- docs/migration/wsc61/deprecations_removals.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/migration/wsc61/deprecations_removals.md b/docs/migration/wsc61/deprecations_removals.md index e2d9a0af..d94a998f 100644 --- a/docs/migration/wsc61/deprecations_removals.md +++ b/docs/migration/wsc61/deprecations_removals.md @@ -16,9 +16,14 @@ With version 6.2, we have deprecated certain components and removed several othe #### Methods +- `wcf\data\cronjob\log\CronjobLogAction::clearAll()` ([WoltLab/WCF#6077](https://github.com/WoltLab/WCF/pull/6077)) - `wcf\util\CLIUtil::formatTime()` ([WoltLab/WCF#6042](https://github.com/WoltLab/WCF/pull/6042/)) - `wcf\util\CLIUtil::formatDate()` ([WoltLab/WCF#6042](https://github.com/WoltLab/WCF/pull/6042/)) #### Properties - `wcf\system\option\user\DateUserOptionOutput::$dateFormat` ([WoltLab/WCF#6042](https://github.com/WoltLab/WCF/pull/6042/)) + +### JavaScript + +- `WCF.ACP.Cronjob.LogList` ([WoltLab/WCF#6077](https://github.com/WoltLab/WCF/pull/6077)) -- 2.20.1