diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c10c45c239..b26b76ef9e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -15,6 +15,7 @@ Changelog * Updated font sizes and colours to improve legibility of admin menu and buttons (Stein Strindhaug) * Added pagination to "choose destination" view when moving pages (Nick Smith, Žan Anderle) * Added ability to annotate search results with score (Karl Hobley) + * Added ability to limit access to form submissions (Mikalai Radchuk) * Fix: Migrations for wagtailcore and project template are now reversible (Benjamin Bach) * Fix: The default image format label text ('Full width', 'Left-aligned', 'Right-aligned') is now localised (Mikalai Radchuk) * Fix: Text on the front-end 'password required' form is now marked for translation (Janneke Janssen) diff --git a/docs/releases/1.7.rst b/docs/releases/1.7.rst index 3db7ba2609..71972d301d 100644 --- a/docs/releases/1.7.rst +++ b/docs/releases/1.7.rst @@ -45,6 +45,7 @@ Minor features * Updated font sizes and colours to improve legibility of admin menu and buttons (Stein Strindhaug) * Added pagination to "choose destination" view when moving pages (Nick Smith, Žan Anderle) * Added ability to annotate search results with score - see :ref:`wagtailsearch_annotating_results_with_score` (Karl Hobley) + * Added ability to limit access to form submissions - see :ref:`filter_form_submissions_for_user` (Mikalai Radchuk) Bug fixes