diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 885e1da924..4fef9b52d8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -15,6 +15,7 @@ Changelog * The `add_subpage` view now maintains a `next` URL parameter to specify where to redirect to after completing page creation (Robert Rollins) * The `wagtailforms` module now allows to define custom form submission model, add custom data to CSV export and some other customisations (Mikalai Radchuk) * The Webpack configuration is now in a subfolder, and uses env-specific configurations (Janneke Janssen, Thibaud Colas) + * Added page titles to title text on action buttons in the explorer, for improved accessibility (Matt Westcott) * Fix: Help text for StreamField is now visible and does not cover block controls (Stein Strindhaug) * Fix: "X minutes ago" timestamps are now marked for translation (Janneke Janssen, Matt Westcott) * Fix: Avoid indexing unsaved field content on `save(update_fields=[...])` operations (Matt Westcott) diff --git a/docs/releases/1.9.rst b/docs/releases/1.9.rst index 6539a9e3cf..e898fbe9b7 100644 --- a/docs/releases/1.9.rst +++ b/docs/releases/1.9.rst @@ -39,6 +39,7 @@ Other features * The ``add_subpage`` view now maintains a ``next`` URL parameter to specify where to redirect to after completing page creation (Robert Rollins) * The ``wagtailforms`` module now allows to define custom form submission model, add custom data to CSV export and some other customisations. See :doc:`/reference/contrib/forms/customisation` (Mikalai Radchuk) * The Webpack configuration is now in a subfolder to declutter the project root, and uses environment-specific configurations for smaller bundles in production and easier debugging in development (Janneke Janssen, Thibaud Colas) + * Added page titles to title text on action buttons in the explorer, for improved accessibility (Matt Westcott) Bug fixes ~~~~~~~~~