diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d737971babac..84d91e985202 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -50,6 +50,7 @@ Changelog * Maintenance: Update all Draftail chooserUrls to be passed in via the Entity options instead of using `window.chooserUrls` globals, removing the need for inline scripts (Elhussein Almasri) * Maintenance: Enhance `w-init` (InitController) to support a `detail` value to be dispatched on events (Chiemezuo Akujobi) * Maintenance: Remove usage of inline scripts and instead use event dispatching to instantiate standalone Draftail editor instances (Chiemezuo Akujobi) + * Maintenance: Refactor `page_breadcrumbs` tag to use shared `breadcrumbs.html` template (Sage Abdullah) 6.0.2 (xx.xx.xxxx) - IN DEVELOPMENT diff --git a/docs/releases/6.1.md b/docs/releases/6.1.md index b817d91630e1..bd21f6109cae 100644 --- a/docs/releases/6.1.md +++ b/docs/releases/6.1.md @@ -71,6 +71,7 @@ depth: 1 * Update all Draftail chooserUrls to be passed in via the Entity options instead of using `window.chooserUrls` globals, removing the need for inline scripts (Elhussein Almasri) * Enhance `w-init` (InitController) to support a `detail` value to be dispatched on events (Chiemezuo Akujobi) * Remove usage of inline scripts and instead use event dispatching to instantiate standalone Draftail editor instances (Chiemezuo Akujobi) + * Refactor `page_breadcrumbs` tag to use shared `breadcrumbs.html` template (Sage Abdullah) ## Upgrade considerations