From 3606d89b1cfc33a6c988d43850f859aa627f7f6b Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Fri, 17 Apr 2015 12:33:45 +0100 Subject: [PATCH] Changelog/release note for #1186 --- CHANGELOG.txt | 1 + docs/releases/1.0.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3b3ecf5ba..2980c731c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,7 @@ Changelog * MySQL support * Javascript includes in the admin backend have been moved to the HTML header, to accommodate form widgets that render inline scripts that depend on libraries such as jQuery * Improvements to the layout of the admin menu footer. + * Menu items of custom apps are now highlighted when being used (Josh Barr) * Added thousands separator for counters on dashboard * Added contextual links to admin notification messages * When copying pages, it is now possible to specify a place to copy to (Timo Rieber) diff --git a/docs/releases/1.0.rst b/docs/releases/1.0.rst index 5cccae6f0..4166ce3c2 100644 --- a/docs/releases/1.0.rst +++ b/docs/releases/1.0.rst @@ -53,6 +53,7 @@ Admin **UI** * Improvements to the layout of the left-hand menu footer + * Menu items of custom apps are now highlighted when being used * Added thousands separator for counters on dashboard * Added contextual links to admin notification messages * When copying pages, it is now possible to specify a place to copy to