Changelog/release note for #878

pull/766/merge
Karl Hobley 2015-01-18 14:22:15 +00:00
rodzic ac24f7c4c5
commit b8e757c692
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -17,6 +17,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)
* (Firefox and IE) Fixed preview window hanging and not refocusing when "Preview" button is clicked again
0.8.4 (04.12.2014)

Wyświetl plik

@ -15,4 +15,5 @@ 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
* ``get_sitemap_urls`` is now called on the specific page class so it can now be overridden
* (Firefox and IE) Fixed preview window hanging and not refocusing when "Preview" button is clicked again