From 207e38603c6c891a5429d69a8e9d2dcdd3af6409 Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Sun, 16 Jan 2022 14:31:40 +1000 Subject: [PATCH] add release notes / changelog entry for #7760 --- CHANGELOG.txt | 1 + docs/releases/2.16.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 52d67b45cc..b0f8b95f1e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -34,6 +34,7 @@ Changelog * Improve display of image listing for long image titles (Krzysztof Jeziorny) * Use SVG icons in admin home page site summary items (Jérôme Lebleu) * Ensure site summary items wrap on smaller devices on the admin home page (Jérôme Lebleu) + * Rework Workflow task chooser modal to align with other chooser modals, using consistent pagination and leveraging class based views (Matt Westcott) * Fix: Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast, help/error/warning blocks for fields and general content, side comment buttons within the page editor, dropdown buttons (Sakshi Uppoor, Shariq Jamil, LB (Ben Johnston), Jason Attwood) * Fix: Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin Gutiérrez) * Fix: `default_app_config` deprecations for Django >= 3.2 (Tibor Leupold) diff --git a/docs/releases/2.16.md b/docs/releases/2.16.md index 9ac826b7de..9d4b46ae90 100644 --- a/docs/releases/2.16.md +++ b/docs/releases/2.16.md @@ -37,6 +37,7 @@ * Improve display of image listing for long image titles (Krzysztof Jeziorny) * Use SVG icons in admin home page site summary items (Jérôme Lebleu) * Ensure site summary items wrap on smaller devices on the admin home page (Jérôme Lebleu) + * Rework Workflow task chooser modal to align with other chooser modals, using consistent pagination and leveraging class based views (Matt Westcott) ### Bug fixes