Ver código fonte

Release notes for #10596

Sage Abdullah 1 ano atrás
pai
commit
92f37fe377
2 arquivos alterados com 2 adições e 0 exclusões
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/5.1.md

+ 1 - 0
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)

+ 1 - 0
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