diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3985dcc884..ca49b68a82 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -18,6 +18,7 @@ Changelog * Added an overrideable favicon to the admin interface * Added spinner animations to long-running form submissions * The EMBEDLY_KEY setting has been renamed to WAGTAILEMBEDS_EMBEDLY_KEY (Anurag Sharma) + * StreamField blocks are now added automatically, without showing the block types menu, if only one block type exists (Alex Gleason) * Fix: Deleting a page permission from the groups admin UI does not immediately submit the form * Fix: Wagtail userbar is shown on pages that do not pass a `page` variable to the template (e.g. because they override the `serve` method) * Fix: request.site now set correctly on page preview when the page is not in the default site diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index c6eedf4f2c..1cae54ba13 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -69,6 +69,7 @@ Contributors * Anurag Sharma * Maximilian Stauss * Salvador Faria +* Alex Gleason Translators diff --git a/docs/releases/1.2.rst b/docs/releases/1.2.rst index 48aa5258cc..9419997292 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -46,6 +46,7 @@ Minor features * Added a favicon to the admin interface, customisable by overriding the ``branding_favicon`` block (see :ref:`custom_branding`). * Added spinner animations to long-running form submissions * The EMBEDLY_KEY setting has been renamed to WAGTAILEMBEDS_EMBEDLY_KEY + * StreamField blocks are now added automatically, without showing the block types menu, if only one block type exists (Alex Gleason) Bug fixes ~~~~~~~~~