diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0c9285d440..89abf3d892 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,7 @@ Changelog * Wagtailforms serve view now passes `request.FILES`, for use in custom form handlers (LB (Ben Johnston)) * Documents and images are now given new filenames on re-uploading, to avoid old versions being kept in cache (Bertrand Bordage) * Added custom 404 page for admin interface (Jack Paine) + * Breadcrumb navigation now uses globe icon to indicate tree root, rather than home icon (Matt Westcott) * Fix: "Open Link in New Tab" on a right arrow in page explorer should open page list (Emily Horsman) * Fix: Using `order_by_relevance=False` when searching with PostgreSQL now works (Mitchel Cabuloy) * Fix: Inline panel first and last sorting arrows correctly hidden in non-default tabs (Matt Westcott)