diff --git a/docs/en/changelogs/3.0.0.md b/docs/en/changelogs/3.0.0.md index 04cd56b29..7491a1b64 100644 --- a/docs/en/changelogs/3.0.0.md +++ b/docs/en/changelogs/3.0.0.md @@ -409,6 +409,7 @@ you don't yet have time to remove all calls to deprecated methods. ### Removed Classes ### + * `AdvancedSearchForm`: Use `SearchForm` and extend to get similar functionality. * `Archive`, `TarballArchive`: If you make use of these, copy the classes from 2.4 into your project. * `AssetTableField`: Use `GridField` with `GridFieldConfig_RelationEditor` instead * `ComponentSet`: Use `ManyManyList` or `HasManyList`