Changelog/release note for #1186

This commit is contained in:
Karl Hobley 2015-04-17 12:33:45 +01:00
parent 3f81ac2c0f
commit 3606d89b1c
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -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