diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 02cb6e75a9..6f02c42592 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,7 @@ Changelog ~~~~~~~~~~~~~~~~ * The `{% image %}` tag now supports filters on the image variable, e.g. `{% image primary_img|default:secondary_img width-500 %}` + * Moved the style guide menu item into the Settings sub-menu 1.0 (xx.xx.xxxx) diff --git a/docs/releases/1.1.rst b/docs/releases/1.1.rst index a11ee91167..7ccf7eae6a 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -15,3 +15,4 @@ Minor features ~~~~~~~~~~~~~~ * The ``{% image %}`` tag now supports filters on the image variable, e.g. ``{% image primary_img|default:secondary_img width-500 %}`` + * Moved the style guide menu item into the Settings sub-menu