Release notes for #3792

This commit is contained in:
Mikalai Radchuk 2017-10-02 10:18:14 +01:00
parent 2a8e63c018
commit bcf3a8f364
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ Changelog
* 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)
* User search in the Wagtail admin UI now works across multiple fields (Will Giddens)
* 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)

View file

@ -21,6 +21,7 @@ Other features
* 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)
* Wagtail now uses React 15.6.2 and above, released under the MIT license (Janneke Janssen)
* User search in the Wagtail admin UI now works across multiple fields (Will Giddens)
Bug fixes
~~~~~~~~~