From 8ab318473156f5d9e0381f0a97b351415ccf130d Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 11 May 2016 16:56:19 +0100 Subject: [PATCH] Release note for #2147 --- CHANGELOG.txt | 1 + docs/releases/1.5.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7a76071d7b..d33832ba0c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,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 + * Added the ability to edit existing links in the rich text editor (Loic Teixeira) * 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) diff --git a/docs/releases/1.5.rst b/docs/releases/1.5.rst index 5bbe88debc..4e99dadf34 100644 --- a/docs/releases/1.5.rst +++ b/docs/releases/1.5.rst @@ -43,6 +43,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 + * Added the ability to edit existing links in the rich text editor (Loic Teixeira) * 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)