diff --git a/migrations/54-60/removed-backward-incompatibility.md b/migrations/54-60/removed-backward-incompatibility.md index 5022c24d..3e63827c 100644 --- a/migrations/54-60/removed-backward-incompatibility.md +++ b/migrations/54-60/removed-backward-incompatibility.md @@ -176,6 +176,13 @@ if ($app instanceof \Joomla\CMS\Application\ConsoleApplication) { } ``` +### Remove LegacyErrorHandlingTrait from CategoryNode & Changelog class + +- PR: https://github.com/joomla/joomla-cms/pull/43777 +- Files: libraries/src/Categories/CategoryNode.php, libraries/src/Changelog/Changelog.php +- Description: The `CategoryNode` class and the `Changelog` class both contained the `LegacyErrorHandlingTrait`, but both didn't use it. Since the trait is deprecated, it has been removed from these two classes in 6.0 without replacement. + + ### Legacy/outdated static assets removed - Tab state