From 724262130cdaa5ab1fa25a84c77feb0a61c55fae Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 5 Apr 2018 12:11:14 +0100 Subject: [PATCH] Reword 1.2 release note --- docs/releases/1.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.2.rst b/docs/releases/1.2.rst index 4a16e1e4d..1c27b6763 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -77,7 +77,7 @@ Minor features * 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 + * Added ``class`` attributes to Wagtail rich text editor buttons to aid custom styling * Simplified body_class in default homepage template * page_published signal now called with the revision object that was published * Added a favicon to the admin interface, customisable by overriding the ``branding_favicon`` block (see :ref:`custom_branding`).