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