Reword 1.2 release note

This commit is contained in:
Karl Hobley 2018-04-05 12:11:14 +01:00
parent 9ab54d0811
commit 724262130c

View file

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