From 6fda0dc01ff4470600c71a7cf6d9ebcf3535696c Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 30 Nov 2016 17:00:30 +0000 Subject: [PATCH] Release note for #3139 --- CHANGELOG.txt | 1 + docs/releases/1.8.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 32316ecc55..e9c7834911 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -21,6 +21,7 @@ Changelog * Added `exclude_from_explorer` attribute to the `ModelAdmin` class to allow hiding instances of a page type from Wagtail's explorer views (Andy Babic) * Added `above_login`, `below_login`, `fields` and `login_form` customisation blocks to the login page template (Tim Heap) * `ChoiceBlock` now accepts a callable as the choices list (Mikalai Radchuk) + * Redundant action buttons are now omitted from the root page in the explorer (Nick Smith) * Fix: `AbstractForm` now respects custom `get_template` methods on the page model (Gagaro) * Fix: Use specific page model for the parent page in the explore index (Gagaro) * Fix: Remove responsive styles in embed when there is no ratio available (Gagaro) diff --git a/docs/releases/1.8.rst b/docs/releases/1.8.rst index 565f49f910..0bd2387642 100644 --- a/docs/releases/1.8.rst +++ b/docs/releases/1.8.rst @@ -52,6 +52,7 @@ Minor features * Added ``exclude_from_explorer`` attribute to the ``ModelAdmin`` class to allow hiding instances of a page type from Wagtail's explorer views (Andy Babic) * Added ``above_login``, ``below_login``, ``fields`` and ``login_form`` customisation blocks to the login page template - see :doc:`/advanced_topics/customisation/admin_templates` (Tim Heap) * ``ChoiceBlock`` now accepts a callable as the choices list (Mikalai Radchuk) + * Redundant action buttons are now omitted from the root page in the explorer (Nick Smith) Bug fixes