From cc4f941c0a61f4085d2bdd09bd66ad52187951ab Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk Date: Sun, 22 Jan 2017 13:03:10 +0300 Subject: [PATCH] Add release notes for #3285 --- CHANGELOG.txt | 1 + docs/releases/1.12.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 70fa88fac..b18fc6f65 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,7 @@ Changelog 1.12 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~~ + * The admin interface now displays a title of the latest draft (Mikalai Radchuk) * Added multi-select form field to the form builder (dwasyl) * 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) diff --git a/docs/releases/1.12.rst b/docs/releases/1.12.rst index ff5647675..dd76576e7 100644 --- a/docs/releases/1.12.rst +++ b/docs/releases/1.12.rst @@ -13,6 +13,7 @@ What's new Other features ~~~~~~~~~~~~~~ + * The admin interface now displays a title of the latest draft (Mikalai Radchuk) * Added multi-select form field to the form builder (dwasyl) Bug fixes