From a99c6c4c2d4e949c9011576ecd05976079ba5aef Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 19 May 2016 11:45:49 +0100 Subject: [PATCH] Changelog/release note for #2615 --- CHANGELOG.txt | 2 ++ docs/releases/1.4.5.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 57f5c237b5..f4a60df9da 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -63,6 +63,8 @@ Changelog * Fix: Opening preview window no longer performs user-agent sniffing, and now works correctly on IE11 (Matt Westcott) * Fix: Tree paths are now correctly assigned when previewing a newly-created page underneath a parent with deleted children (Matt Westcott) * Fix: Added BASE_URL setting back to project template + * Fix: Clearing the search box in the page chooser now returns the user to the browse view (Matt Westcott) + * Fix: The above fix also fixed an issue where Internet Explorer got stuck in the search view upon opening the page chooser (Matt Westcott) 1.4.4 (10.05.2016) diff --git a/docs/releases/1.4.5.rst b/docs/releases/1.4.5.rst index 4dc3604826..7ca4fe05c2 100644 --- a/docs/releases/1.4.5.rst +++ b/docs/releases/1.4.5.rst @@ -20,3 +20,5 @@ Bug fixes * Opening preview window no longer performs user-agent sniffing, and now works correctly on IE11 (Matt Westcott) * Tree paths are now correctly assigned when previewing a newly-created page underneath a parent with deleted children (Matt Westcott) * Added BASE_URL setting back to project template + * Clearing the search box in the page chooser now returns the user to the browse view (Matt Westcott) + * The above fix also fixed an issue where Internet Explorer got stuck in the search view upon opening the page chooser (Matt Westcott)