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`).