diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 010f58a92f4..259a48eecd6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ Changelog * Optimize and consolidate redirects report view into the index view (Jake Howard, Dan Braghis) * Support a `HOSTNAMES` parameter on `WAGTAILFRONTENDCACHE` to define which hostnames a backend should respond to (Jake Howard, sponsored by Oxfam America) + * Refactor redirects edit view to use the generic `EditView` and breadcrumbs (Rohit Sharma) * Fix: Make `WAGTAILIMAGES_CHOOSER_PAGE_SIZE` setting functional again (Rohit Sharma) diff --git a/docs/releases/6.2.md b/docs/releases/6.2.md index bbeefa9f28b..f8c59f6e652 100644 --- a/docs/releases/6.2.md +++ b/docs/releases/6.2.md @@ -16,6 +16,7 @@ depth: 1 * Optimize and consolidate redirects report view into the index view (Jake Howard, Dan Braghis) * Support a [`HOSTNAMES` parameter on `WAGTAILFRONTENDCACHE`](frontendcache_multiple_backends) to define which hostnames a backend should respond to (Jake Howard, sponsored by Oxfam America) + * Refactor redirects edit view to use the generic `EditView` and breadcrumbs (Rohit Sharma) ### Bug fixes