From 92f37fe377d3bd2ca269ad55bf6301b90d896b96 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Fri, 14 Jul 2023 15:24:28 +0100 Subject: [PATCH] Release notes for #10596 --- CHANGELOG.txt | 1 + docs/releases/5.1.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 99f7ba850c..fcc52cecce 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -51,6 +51,7 @@ Changelog * Fix: Add missing Time Zone conversions and date formatting throughout the admin (Stefan Hammer) * Fix: Ensure that audit logs and revisions are consistently use UTC and add migration for existing entries (Stefan Hammer) * Fix: Make sure "critical" buttons have enough color contrast in dark mode (Albina Starykova) + * Fix: Improve visibility of scheduled publishing errors in status side panel (Sage Abdullah) * Docs: Document how to add non-ModelAdmin views to a `ModelAdminGroup` (Onno Timmerman) * Docs: Document how to add StructBlock data to a StreamField (Ramon Wenger) * Docs: Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension (Thibaud Colas) diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index 007925e528..68caab8484 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -97,6 +97,7 @@ As part of tackling Wagtail’s technical debt and improving [CSP compatibility] * Add missing Time Zone conversions and date formatting throughout the admin (Stefan Hammer) * Ensure that audit logs and revisions are consistently use UTC and add migration for existing entries (Stefan Hammer) * Make sure "critical" buttons have enough color contrast in dark mode (Albina Starykova) + * Improve visibility of scheduled publishing errors in status side panel (Sage Abdullah) ### Documentation