diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 841439a98a..c3726da1be 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -22,12 +22,12 @@ Changelog * Page models now perform field validation, including testing slugs for uniqueness within a parent page, at the model level on saving * Page slugs are now auto-generated at the model level on page creation if one has not been specified explicitly * The `Page` model now has two new methods `get_site()` and `get_url_parts()` to aid with customising the page URL generation logic - * 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 now be sent in HTML format (Mike Dingjan) * `StreamBlock` now has provision for throwing non-field-specific validation errors * Wagtail now works with Willow 0.3, which supports auto-correcting the orientation of images based on EXIF data + * New translations for Hungarian, Swedish (Sweden) and Turkish * 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 20cd8998f5..bb44483837 100644 --- a/docs/releases/1.4.rst +++ b/docs/releases/1.4.rst @@ -77,12 +77,12 @@ Minor features * Page models now perform field validation, including testing slugs for uniqueness within a parent page, at the model level on saving * Page slugs are now auto-generated at the model level on page creation if one has not been specified explicitly * The ``Page`` model now has two new methods ``get_site()`` and ``get_url_parts()`` to aid with customising the page URL generation logic - * 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) + * Multiple homepage summary items (``construct_homepage_summary_items`` hook) now better vertically spaced (Nicolas Kuttler) * Email notifications can now be sent in HTML format. See :ref:`email_notifications_format` (Mike Dingjan) * ``StreamBlock`` now has provision for throwing non-field-specific validation errors * Wagtail now works with Willow 0.3, which supports auto-correcting the orientation of images based on EXIF data + * New translations for Hungarian, Swedish (Sweden) and Turkish Bug fixes