Document the deprecation of `MessageQuoteAction::markForRemoval()`
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 10 Aug 2021 14:17:03 +0000 (16:17 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Aug 2021 14:17:03 +0000 (16:17 +0200)
docs/migration/wsc54/deprecations_removals.md

index ef2a5e8f34b71dcc2f2eaf7f25b7c5b25132f3a2..d9cf9b082cc71bc739999ceeb55f6df782dbc474 100644 (file)
@@ -17,6 +17,7 @@ With version 5.5, we have deprecated certain components and removed several othe
 
 - `wcf\util\MathUtil::getRandomValue()` ([WoltLab/WCF#4280](https://github.com/WoltLab/WCF/pull/4280))
 - `wcf\util\StringUtil::getHash()` ([WoltLab/WCF#4279](https://github.com/WoltLab/WCF/pull/4279))
+- `wcf\action\MessageQuoteAction::markForRemoval()` ([WoltLab/WCF#4452](https://github.com/WoltLab/WCF/pull/4452))
 
 #### Properties
 
@@ -26,6 +27,7 @@ With version 5.5, we have deprecated certain components and removed several othe
 ### JavaScript
 
 - `WCF.Search.Message.KeywordList` ([WoltLab/WCF#4402](https://github.com/WoltLab/WCF/pull/4402))
+- `WCF.Message.Quote.Manager.markQuotesForRemoval()` ([WoltLab/WCF#4452](https://github.com/WoltLab/WCF/pull/4452))
 
 ### Database Tables