Release notes for #1940

This commit is contained in:
Matt Westcott 2016-03-11 15:33:10 +00:00
parent a7d8a7bd4d
commit 6803075188
3 changed files with 11 additions and 0 deletions

View file

@ -4,6 +4,9 @@ Changelog
1.5 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~
* Moved lesser-user actions in the page explorer into a 'More' dropdown
* Added a hook `register_page_listing_buttons` for adding action buttons to the page explorer
1.4 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~

View file

@ -409,6 +409,8 @@ Page explorer
return pages
.. _register_page_listing_buttons:
``register_page_listing_buttons``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View file

@ -10,6 +10,12 @@ Wagtail 1.5 release notes - IN DEVELOPMENT
What's new
==========
Minor features
~~~~~~~~~~~~~~
* Moved lesser-user actions in the page explorer into a 'More' dropdown
* Added a hook :ref:`register_page_listing_buttons` for adding action buttons to the page explorer
Upgrade considerations
======================