Changelog/release notes for #1783 and #1784

This commit is contained in:
Karl Hobley 2015-10-05 17:03:25 +01:00
parent 7c5b28bfe0
commit 00a1402925
2 changed files with 4 additions and 0 deletions

View file

@ -8,6 +8,8 @@ Changelog
* 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)
* Simplified body_class in default homepage template (Josh Barr)
* page_published signal now called with the revision object that was published (Josh Barr)
* Fix: Deleting a page permission from the groups admin UI does not immediately submit the form
* Fix: Wagtail userbar is shown on pages that do not pass a `page` variable to the template (e.g. because they override the `serve` method)

View file

@ -14,6 +14,8 @@ What's new
* 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
* Simplified body_class in default homepage template
* page_published signal now called with the revision object that was published
Bug fixes
~~~~~~~~~