From 14a36f29c0e20a992a57f965b5757567ffe1e796 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 1 Aug 2017 10:36:26 +0100 Subject: [PATCH] add missing changelog item for #3315 --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c1201fa85e..01630862bf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * The admin interface now displays a title of the latest draft (Mikalai Radchuk) * Added multi-select form field to the form builder (dwasyl) * Improved performance of sitemap generation (Levi Adler) + * StreamField now respects the `blank` setting; StreamBlock accepts a `required` setting (Loic Teixeira) * Fix: FieldBlocks in StreamField now call the field's `prepare_value` method (Tim Heap) * Fix: Initial disabled state of InlinePanel add button is now set correctly on non-default tabs (Matthew Downey) * Fix: Redirects with unicode characters now work (Rich Brennan)