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