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