diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d0ca8a047..e93eb8333 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/0.8.5.rst b/docs/releases/0.8.5.rst index 9cb718254..08b573b82 100644 --- a/docs/releases/0.8.5.rst +++ b/docs/releases/0.8.5.rst @@ -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