diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 03b6da9ab..68ba641b1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/docs/releases/1.4.rst b/docs/releases/1.4.rst index 5e5ae37ec..45c419852 100644 --- a/docs/releases/1.4.rst +++ b/docs/releases/1.4.rst @@ -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