diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0034af0dac..44e06ac394 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,6 +24,7 @@ Changelog * `StreamField` field blocks now accept a `validators` argument (Tom Usher) * Added edit / delete buttons to snippet index and "don't delete" option to confirmation screen, for consistency with pages (Kevin Howbrook) * Added support for Markdown shortcuts for inline formatting in rich text editor, e.g. `**` for bold, `_` for italic, etc. (Thibaud Colas) + * Added name attributes to all built-in page action menu items (LB (Ben Johnston)) * Fix: Set `SERVER_PORT` to 443 in `Page.dummy_request()` for HTTPS sites (Sergey Fedoseev) * Fix: Include port number in `Host` header of `Page.dummy_request()` (Sergey Fedoseev) * Fix: Validation error messages in `InlinePanel` no longer count towards `max_num` when disabling the 'add' button (Todd Dembrey, Thibaud Colas) diff --git a/docs/releases/2.5.rst b/docs/releases/2.5.rst index bdaf5d5ac8..2e6987cdb0 100644 --- a/docs/releases/2.5.rst +++ b/docs/releases/2.5.rst @@ -45,6 +45,7 @@ Other features * Added ``max_count_per_parent`` option on page models to limit the number of pages of a given type that can be created under one parent page (Wesley van Lee) * ``StreamField`` field blocks now accept a ``validators`` argument (Tom Usher) * Added edit / delete buttons to snippet index and "don't delete" option to confirmation screen, for consistency with pages (Kevin Howbrook) + * Added name attributes to all built-in page action menu items (LB (Ben Johnston)) Bug fixes