mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-24 23:03:45 +00:00
Release note for #2147
This commit is contained in:
parent
3e603edfc9
commit
8ab3184731
2 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ Changelog
|
|||
* The "dynamic serve view" for images has been greatly improved. See release notes for details
|
||||
* 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
|
||||
* Added the ability to edit existing links in the rich text editor (Loic Teixeira)
|
||||
* Password reset email now reminds the user of their username (Matt Westcott)
|
||||
* Added 'revisions' action to pages list (Roel Bruggink)
|
||||
* Added jinja2 support for the ``settings`` template tag (Tim Heap)
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ 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
|
||||
* Added the ability to edit existing links in the rich text editor (Loic Teixeira)
|
||||
* Password reset email now reminds the user of their username (Matt Westcott)
|
||||
* Added :ref:`jinja2 support <settings_tag_jinja2>` for the ``settings`` template tag (Tim Heap)
|
||||
* Added 'revisions' action to pages list (Roel Bruggink)
|
||||
|
|
|
|||
Loading…
Reference in a new issue