From 33d58c5c5c65a789c2ca7c2ad22528d6b18284a3 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 10 Apr 2012 22:32:02 +1200 Subject: [PATCH] MINOR Notes about removal of AdvancedSearchForm --- docs/en/changelogs/3.0.0.md | 1 + 1 file changed, 1 insertion(+) 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`