diff --git a/CHANGELOG.txt b/CHANGELOG.txt index eb69f83d6..8a1d0c064 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -21,6 +21,7 @@ Changelog * Notification messages on creating / editing sites now include the site name if specified (Chris Rogers) * Added `--schema-only` option to `update_index` management command * Added meaningful default icons to `StreamField` blocks (Benjamin Bach) + * Added title text to action buttons in the page explorer (Liam Brenner) * Fix: The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell) * Fix: Fixed crash when an image without a source file was resized with the "dynamic serve view" * Fix: Registered settings admin menu items now show active correctly (Matthew Downey) diff --git a/docs/releases/1.5.rst b/docs/releases/1.5.rst index d51cecc30..a40eb70a0 100644 --- a/docs/releases/1.5.rst +++ b/docs/releases/1.5.rst @@ -46,6 +46,7 @@ Minor features * Notification messages on creating / editing sites now include the site name if specified (Chris Rogers) * Added ``--schema-only`` option to ``update_index`` management command * Added meaningful default icons to ``StreamField`` blocks (Benjamin Bach) + * Added title text to action buttons in the page explorer (Liam Brenner) Bug fixes ~~~~~~~~~