From 3939397850f2c73d3f960cea5cc9c2cfae2d005d Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Thu, 29 Mar 2018 21:01:47 +0200 Subject: [PATCH] Changelog for #4421. --- CHANGELOG.txt | 1 + docs/releases/2.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d31dac8d7..b45d9476c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -15,6 +15,7 @@ Changelog * Update `jquery-datetimepicker` dependency to make Wagtail more CSP-friendly (`unsafe-eval`) (Mike Kamermans) * Added error notification when running the `wagtail` command on Python <3.4 (Matt Westcott) * `update_index` management command now accepts a `--chunk_size` option to determine the number of items to load at once (Dave Bell) + * Added hook `register_account_menu_item` to add new account preference items (Michael van Tellingen) * Fix: Status button on 'edit page' now links to the correct URL when live and draft slug differ (LB (Ben Johnston)) * Fix: Image title text in the gallery and in the chooser now wraps for long filenames (LB (Ben Johnston), Luiz Boaretto) * Fix: Move image editor action buttons to the bottom of the form on mobile (Julian Gallo) diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index b37bd6b8c..d79386aa9 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -29,6 +29,7 @@ Other features * Update `jquery-datetimepicker` dependency to make Wagtail more CSP-friendly (`unsafe-eval`) (Mike Kamermans) * Added error notification when running the ``wagtail`` command on Python <3.4 (Matt Westcott) * ``update_index`` management command now accepts a ``--chunk_size`` option to determine the number of items to load at once (Dave Bell) + * Added hook `register_account_menu_item` to add new account preference items (Michael van Tellingen) Bug fixes ~~~~~~~~~