Release note for #1744

This commit is contained in:
Matt Westcott 2015-09-30 17:16:48 +01:00
parent 5a67971d1d
commit a02cc3e67c
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ Changelog
* 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
* 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)
1.1 (15.09.2015)

View file

@ -19,4 +19,4 @@ Bug fixes
~~~~~~~~~
* Deleting a page permission from the groups admin UI does not immediately submit the form
* Wagtail userbar is shown on pages that do not pass a ``page`` variable to the template (e.g. because they override the ``serve`` method)