Changelog/release notes for #1783 and #1784

pull/1424/merge
Karl Hobley 2015-10-05 17:03:25 +01:00
rodzic 7c5b28bfe0
commit 00a1402925
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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