mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-22 22:05:50 +00:00
Release note for #3694
This commit is contained in:
parent
a528af836d
commit
dfe4e87648
3 changed files with 23 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.11.1 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Custom display page titles defined with `get_admin_display_title` are now shown within the page explorer menu (Matt Westcott, Janneke Janssen)
|
||||
|
||||
|
||||
1.11 (30.06.2017)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/1.11.1.rst
Normal file
16
docs/releases/1.11.1.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
=============================================
|
||||
Wagtail 1.11.1 release notes - IN DEVELOPMENT
|
||||
=============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Custom display page titles defined with ``get_admin_display_title`` are now shown within the page explorer menu (Matt Westcott, Janneke Janssen)
|
||||
|
|
@ -4,6 +4,7 @@ Release notes
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.11.1
|
||||
1.11
|
||||
1.10.1
|
||||
1.10
|
||||
|
|
|
|||
Loading…
Reference in a new issue