diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 51cdc3e71d..5f6990fc10 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * The "dynamic serve view" for images has been greatly improved. See release notes for details * Moved lesser-user actions in the page explorer into a 'More' dropdown * Added a hook `register_page_listing_buttons` for adding action buttons to the page explorer + * Password reset email now reminds the user of their username (Matt Westcott) * Added 'revisions' action to pages list (Roel Bruggink) * Added jinja2 support for the ``settings`` template tag (Tim Heap) * Added a hook `insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson) diff --git a/docs/releases/1.5.rst b/docs/releases/1.5.rst index aba1039658..8ccb316cab 100644 --- a/docs/releases/1.5.rst +++ b/docs/releases/1.5.rst @@ -33,6 +33,7 @@ Minor features * Moved lesser-user actions in the page explorer into a 'More' dropdown * Added a hook :ref:`register_page_listing_buttons` for adding action buttons to the page explorer + * Password reset email now reminds the user of their username (Matt Westcott) * Added :ref:`jinja2 support ` for the ``settings`` template tag (Tim Heap) * Added 'revisions' action to pages list (Roel Bruggink) * Added a hook :ref:`insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson)