From b8b079a28c1792b309ae88343cc9a71f6c0f3c10 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 1 Dec 2014 11:48:41 +0000 Subject: [PATCH] Changelog and release note for #791 --- CHANGELOG.txt | 1 + docs/releases/0.9.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b1aeae6e0..3df91411b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,7 @@ Changelog * 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. * Added thousands separator for counters on dashboard + * Added links to admin notification messages * Fix: It is no longer possible to have the explorer and settings menu open at the same time diff --git a/docs/releases/0.9.rst b/docs/releases/0.9.rst index 6cb13bacc..b9a300c54 100644 --- a/docs/releases/0.9.rst +++ b/docs/releases/0.9.rst @@ -16,6 +16,7 @@ Minor features * 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. * Added thousands separator for counters on dashboard + * Added links to admin notification messages Bug fixes