From c17583b8d16f461d69132644ef59a52702483d6d Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 18 Sep 2015 16:25:27 +0100 Subject: [PATCH] Release note for #1704 --- CHANGELOG.txt | 1 + CONTRIBUTORS.rst | 1 + docs/releases/1.2.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 215d5ceeb..dbd19d257 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,7 @@ Changelog * WagtailRedirectMiddleware can now ignore the query string if there is no redirect that exactly matches it (Michael Cordover) * Order of URL parameters now ignored by redirect middleware (Michael Cordover) * Added SQL Server compatibility to image migration (Timothy Allen) + * Added classnames to Wagtail rich text editor buttons to aid custom styling (Rob Shelton) * Fix: Deleting a page permission from the groups admin UI does not immediately submit the form diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index a43d939de..cf0722ea8 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -65,6 +65,7 @@ Contributors * Christoph Lipp * Michael Cordover * Timothy Allen +* Rob Shelton Translators diff --git a/docs/releases/1.2.rst b/docs/releases/1.2.rst index 113ca75ed..003a65f25 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -13,6 +13,7 @@ What's new * WagtailRedirectMiddleware can now ignore the query string if there is no redirect that exactly matches it * Order of URL parameters now ignored by redirect middleware * Added SQL Server compatibility to image migration + * Added classnames to Wagtail rich text editor buttons to aid custom styling Bug fixes ~~~~~~~~~