From 7d22066da561feaecca5f8e496cb0781e245d0ee Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 7 Mar 2016 14:40:09 +0000 Subject: [PATCH] Release note for #2140 --- CHANGELOG.txt | 1 + docs/releases/1.4.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f9d6b07f9c..d27224aba9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -25,6 +25,7 @@ Changelog * 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 * 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 3f4f659161..b3afd7f0a2 100644 --- a/docs/releases/1.4.rst +++ b/docs/releases/1.4.rst @@ -64,6 +64,7 @@ Minor features * 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. See :ref:`email_notifications_format` (Mike Dingjan) + * ``StreamBlock`` now has provision for throwing non-field-specific validation errors Bug fixes