Updated changelog to include more removed classes

This commit is contained in:
Sam Minnee 2011-05-02 12:34:06 +12:00
parent 15b4c1e281
commit 485ea3e41d

View File

@ -110,6 +110,10 @@ Alternatively, you can enforce database usage by setting `SapphireTest->usesData
### Removed Classes ###
* `ConfirmedFormAction`
* `QueuedEmail`, `QueuedEmailDispatchTask`
* `RestrictedTextField`, `UniqueTextField`, `UniqueRestrictedTextField`, `AutocompleteTextField`: Use custom fields instead
* `QueuedEmail`, `QueuedEmailDispatchTask`: If you make use of these, copy the classes from 2.4 into your project.
* `RestrictedTextField`, `UniqueTextField`, `UniqueRestrictedTextField`, `AutocompleteTextField`, `ConfirmedFormAction`: Use custom fields instead
* `TreeSelectorField`: Use `TreeDropdownField` instead.
* `Notifications`: If you make use of this, copy the classes from 2.4 into your project.
* `Archive`, `TarballArchive`: If you make use of these, copy the classes from 2.4 into your project.
* `XML`: Use PHP's built-in SimpleXML instead
* `DataObjectLog`: There is no replacement for this.