diff --git a/CHANGELOG.txt b/CHANGELOG.txt index df10c09ba3..2b5d1a9174 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -29,6 +29,7 @@ Changelog * Fix: Ensure the top of the minimap correctly adjusts when resizing the browser viewport (Thibaud Colas) * Fix: Remove obsolete SubqueryConstraint check in search backends, for provisional Django 5.2 compatibility (Sage Abdullah) * Fix: Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah) + * Fix: Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah) * Docs: Fix typo in the headless documentation page (Mahmoud Nasser) * Docs: Fix typo in `Page.get_route_paths` docstring (Baptiste Mispelon) * Docs: Upgrade sphinx-wagtail-theme to v6.5.0 (Sage Abdullah) @@ -177,6 +178,7 @@ Changelog ~~~~~~~~~~~~~~~~~~ * Fix: Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah) + * Fix: Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah) * Maintenance: Remove upper version boundary for django-filter (Dan Braghis) diff --git a/docs/releases/6.3.4.md b/docs/releases/6.3.4.md index 3516ffbed4..ad69527fdd 100644 --- a/docs/releases/6.3.4.md +++ b/docs/releases/6.3.4.md @@ -16,3 +16,4 @@ depth: 1 * Remove upper version boundary for django-filter (Dan Braghis) * Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah) + * Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah) diff --git a/docs/releases/6.4.1.md b/docs/releases/6.4.1.md index 9dd1e4e34c..7970889a6b 100644 --- a/docs/releases/6.4.1.md +++ b/docs/releases/6.4.1.md @@ -20,6 +20,7 @@ depth: 1 * Ensure the top of the minimap correctly adjusts when resizing the browser viewport (Thibaud Colas) * Remove obsolete SubqueryConstraint check in search backends, for provisional Django 5.2 compatibility (Sage Abdullah) * Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah) + * Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah) ### Documentation