MINOR: add upgrade note about breadcrumbs

This commit is contained in:
Will Rossiter 2012-02-11 15:12:40 +13:00
parent c5452a7d4c
commit f91b5b1242

View File

@ -136,6 +136,12 @@ unless these are explicitly noted.
Alternatively, you can enforce database usage by setting `SapphireTest->usesDatabase` to `TRUE` in your test class.
### Breadcrumbs ###
Breadcrumbs have been altered to be their own template. In the process of this, the common static
SiteTree::$breadcrumbs_delimiter has been removed. To customise breadcrumbs now, create a template
BreadcrumbsTemplate.ss from cms/template to your theme or application.
### Deprecated Classes ###
* `FileIframeField`: Use `UploadField`