Skip to content

Commit f91b5b1

Browse files
committed
MINOR: add upgrade note about breadcrumbs
1 parent c5452a7 commit f91b5b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/en/changelogs/3.0.0.md

+6
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ unless these are explicitly noted.
136136

137137
Alternatively, you can enforce database usage by setting `SapphireTest->usesDatabase` to `TRUE` in your test class.
138138

139+
### Breadcrumbs ###
140+
141+
Breadcrumbs have been altered to be their own template. In the process of this, the common static
142+
SiteTree::$breadcrumbs_delimiter has been removed. To customise breadcrumbs now, create a template
143+
BreadcrumbsTemplate.ss from cms/template to your theme or application.
144+
139145
### Deprecated Classes ###
140146

141147
* `FileIframeField`: Use `UploadField`

0 commit comments

Comments
 (0)