Fixes release notes for #2253

This commit is contained in:
Mikalai Radchuk 2016-03-04 15:07:00 +03:00
parent 72d9ae81b5
commit cd355b2fb7
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ Changelog
* New translations for Hungarian, Swedish (Sweden) and Turkish
* Upgraded jQuery to 2.2.1 (Charlie Choiniere)
* Multiple homepage summary items (`construct_homepage_summary_items` hook) now better vertically spaced (Nicolas Kuttler)
* Email notifications can be sent in HTML format now (Mike Dingjan)
* Email notifications can now be sent in HTML format (Mike Dingjan)
* Fix: Custom page managers no longer raise an error when used on an abstract model
* Fix: Wagtail's migrations are now all reversible (benjaoming)
* Fix: Deleting a page content type now preserves existing pages as basic Page instances, to prevent tree corruption

View file

@ -63,7 +63,7 @@ Minor features
* The `edit bird` on the frontend has been redesigned, and no longer depends on an iframe (Thomas Winter, Gareth Price).
* Upgraded jQuery to 2.2.1 (Charlie Choiniere)
* Multiple homepage summary items (`construct_homepage_summary_items` hook) now better vertically spaced (Nicolas Kuttler)
* Email notifications can be sent in HTML format now. See :ref:`email_notifications_format` (Mike Dingjan)
* Email notifications can now be sent in HTML format. See :ref:`email_notifications_format` (Mike Dingjan)
Bug fixes