diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4b46a94c1a..a446658e45 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -10,6 +10,7 @@ Changelog * The set of pages displayed in the page explorer can now be customised with a new hook called `construct_explorer_page_queryset` * The `Document` model can now be overridden using the new `WAGTAILDOCS_DOCUMENT_MODEL` setting (Alex Gleason) * Wagtail no longer depends on django-compressor + * The page search interface now searches all fields instead of just the title (Kait Crawford) * Snippets now support a custom `edit_handler` property (Mikalai Radchuk) * Date/time pickers now respect the locale's 'first day of week' setting (Peter Quade) * Refactored the way forms are constructed for the page editor, to allow custom forms to be used diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 0e89b428bc..18bc135d98 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -105,6 +105,7 @@ Contributors * Mikalai Radchuk * Charlie Choiniere * Nigel Fletton +* Kait Crawford Translators diff --git a/docs/releases/1.4.rst b/docs/releases/1.4.rst index acc1306d7d..bb91ac413e 100644 --- a/docs/releases/1.4.rst +++ b/docs/releases/1.4.rst @@ -49,6 +49,7 @@ Wagtail no longer depends on the `django-compressor