diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 48533c0a14..15bdce687a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -23,6 +23,7 @@ Changelog * Remove overly verbose image captions in image listings for screen readers (Sage Abdullah) * Ensure screen readers and dictation tools can more easily navigate bulk actions in images, documents and page listings by streamlining labels and descriptions (Sage Abdullah) * Remove support for Safari 14 (Thibaud Colas) + * Add ability to click to copy the URL in the image URL generator page (Sai Srikar Dumpeti) * 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) @@ -71,6 +72,7 @@ Changelog * Maintenance: Update Telepath dependency to 0.3.1 (Matt Westcott) * Maintenance: Upgrade to latest TypeScript and Storybook (Thibaud Colas, Sage Abdullah) * Maintenance: Refactor documents listing view to use generic IndexView (Sage Abdullah) + * Maintenance: Support for the Stimulus `CloneController` to auto clear the added content after a set duration (LB (Ben) Johnston) 5.2.2 (06.12.2023) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b6e4e71a27..e44d3d026c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -776,6 +776,7 @@ * Shlomo Markowitz * Felipe Lobato * Nandini Arora +* Sai Srikar Dumpeti ## Translators diff --git a/docs/releases/6.0.md b/docs/releases/6.0.md index 0374264acb..45df6ff18b 100644 --- a/docs/releases/6.0.md +++ b/docs/releases/6.0.md @@ -35,6 +35,7 @@ This release adds support for Django 5.0. The support has also been backported t * Remove overly verbose image captions in image listings for screen readers (Sage Abdullah) * Ensure screen readers and dictation tools can more easily navigate bulk actions in images, documents and page listings by streamlining labels and descriptions (Sage Abdullah) * Remove support for Safari 14 (Thibaud Colas) + * Add ability to click to copy the URL in the image URL generator page (Sai Srikar Dumpeti) ### Bug fixes @@ -93,6 +94,7 @@ This release adds support for Django 5.0. The support has also been backported t * Allow `ActionController` to have a `noop` method to more easily leverage standalone Stimulus action options (Nandini Arora) * Upgrade to latest TypeScript and Storybook (Thibaud Colas, Sage Abdullah) * Refactor documents listing view to use generic IndexView (Sage Abdullah) + * Support for the Stimulus `CloneController` to auto clear the added content after a set duration (LB (Ben) Johnston) ## Upgrade considerations - removal of deprecated features from Wagtail 4.2 - 5.1