diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 48de67e72e..158d20ccf0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -34,6 +34,7 @@ Changelog * Add sublabel to breadcrumbs, including history, usage, and inspect views (Sage Abdullah) * Standardise search form placeholder to 'Search…' (Sage Abdullah) * Use SlugInput on all SlugFields by default (LB (Ben) Johnston) + * Show character counts on RichTextBlock with `max_length` (Elhussein Almasri) * Fix: Update system check for overwriting storage backends to recognise the `STORAGES` setting introduced in Django 4.2 (phijma-leukeleu) * Fix: Prevent password change form from raising a validation error when browser autocomplete fills in the "Old password" field (Chiemezuo Akujobi) * Fix: Ensure that the legacy dropdown options, when closed, do not get accidentally clicked by other interactions wide viewports (CheesyPhoenix, Christer Jensen) diff --git a/docs/releases/6.0.md b/docs/releases/6.0.md index 26be787ace..0e6b90786f 100644 --- a/docs/releases/6.0.md +++ b/docs/releases/6.0.md @@ -55,6 +55,7 @@ The admin interface now supports right-to-left languages, such as Persian, Arabi * Add sublabel to breadcrumbs, including history, usage, and inspect views (Sage Abdullah) * Standardise search form placeholder to 'Search…' (Sage Abdullah) * Use SlugInput on all SlugFields by default (LB (Ben) Johnston) + * Show character counts on RichTextBlock with `max_length` (Elhussein Almasri) ### Bug fixes