diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 29c674837a..9515884e3e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -17,6 +17,7 @@ Changelog * Added `form_fields_exclude` property to ModelAdmin views (Matheus Bratfisch) * User creation / edit form now enforces password validators set in `AUTH_PASSWORD_VALIDATORS` (Bertrand Bordage) * Added support for showing `non_field_errors` when validation fails in the page editor (Matt Westcott) + * Added `WAGTAILADMIN_RECENT_EDITS_LIMIT` setting to to define the number of your most recent edits on the dashboard (Maarten Kling) * Fix: Marked 'Date from' / 'Date to' strings in wagtailforms for translation (Vorlif) * Fix: "File" field label on image edit form is now translated (Stein Strindhaug) * Fix: Unreliable preview is now reliable by always opening in a new window (Kjartan Sverrisson) diff --git a/docs/releases/1.10.rst b/docs/releases/1.10.rst index f31fa282e7..f0ceae0462 100644 --- a/docs/releases/1.10.rst +++ b/docs/releases/1.10.rst @@ -26,6 +26,7 @@ Other features * Added ``form_fields_exclude`` property to ModelAdmin views (Matheus Bratfisch) * User creation / edit form now enforces password validators set in ``AUTH_PASSWORD_VALIDATORS`` (Bertrand Bordage) * Added support for displaying ``non_field_errors`` when validation fails in the page editor (Matt Westcott) + * Added `WAGTAILADMIN_RECENT_EDITS_LIMIT` setting to to define the number of your most recent edits on the dashboard (Maarten Kling) Bug fixes