From 46ce262bc0eec383f1691ff3da25cde61e762058 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 27 Sep 2017 14:46:33 +0100 Subject: [PATCH] changelog note for #3878 --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) 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)