mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-28 10:34:53 +00:00
Changelog/release notes for #854
This commit is contained in:
parent
c9d4e42b63
commit
fd247e69cd
2 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ Changelog
|
|||
~~~~~~~~~~~~~~~~~~
|
||||
* Fix: On adding a new page, the available page types are ordered by the displayed verbose name
|
||||
* Fix: Active admin submenus were not properly closed when activating another
|
||||
* Fix: get_sitemap_urls is now called on the specific page class so it can now be overridden (Jerel Unruh)
|
||||
|
||||
|
||||
0.8.4 (04.12.2014)
|
||||
|
|
|
|||
|
|
@ -15,3 +15,4 @@ Bug fixes
|
|||
|
||||
* On adding a new page, the available page types are ordered by the displayed verbose name
|
||||
* Active admin submenus were not properly closed when activating another
|
||||
* ``get_sitemap_urls`` is now called on the specific page class so it can now be overridden
|
||||
|
|
|
|||
Loading…
Reference in a new issue