diff --git a/en/04_Changelogs/5.0.0.md b/en/04_Changelogs/5.0.0.md index 9dab3a919..941066f51 100644 --- a/en/04_Changelogs/5.0.0.md +++ b/en/04_Changelogs/5.0.0.md @@ -151,6 +151,7 @@ This is a major release and as a result there are a number of breaking API chang - In particular, the following will need to be updated if they have been subclassed and overloaded in custom code: - `SilverStripe\Admin\LeftAndMain::index()` - `SilverStripe\Admin\CMSBatchAction::run()` +- Removed the `HTMLValue` injection "shorthand", use the fully qualified `SilverStripe\View\Parsers\HTMLValue` instead. ### Email {#api-email}