From ee68d2214af95601967ce9cfd1c423bd2606a81e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 11 Oct 2019 12:18:34 +0100 Subject: [PATCH] Release note for #5500 / #5612 --- CHANGELOG.txt | 1 + docs/releases/2.7.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 83bc4aaaa..e3df50b10 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,6 +24,7 @@ Changelog * Added settings to customise pagination page size for the Images admin area (Brian Whitton) * Added ARIA role to TableBlock output (Matt Westcott) * Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott) + * Allow `register_page_action_menu_item` and `construct_page_action_menu` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott) * Fix: Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook) * Fix: Added https support for Scribd oEmbed provider (Rodrigo) * Fix: Changed StreamField group labels color so labels are visible (Catherine Farman) diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index a164119bb..7826ad7f2 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -43,6 +43,7 @@ Other features * Added settings to customise pagination page size for the Images admin area (Brian Whitton) * Added ARIA role to TableBlock output (Matt Westcott) * Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott) + * Allow ``register_page_action_menu_item`` and ``construct_page_action_menu`` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott) Bug fixes