From b8e757c692e179a47928f0295198159be1507fc0 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Sun, 18 Jan 2015 14:22:15 +0000 Subject: [PATCH] Changelog/release note for #878 --- CHANGELOG.txt | 1 + docs/releases/0.8.5.rst | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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