Release note for #1704

This commit is contained in:
Matt Westcott 2015-09-18 16:25:27 +01:00
parent d18eccc5e8
commit c17583b8d1
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -65,6 +65,7 @@ Contributors
* Christoph Lipp
* Michael Cordover
* Timothy Allen
* Rob Shelton
Translators

View file

@ -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
~~~~~~~~~