diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 24e2836583..abe73ee329 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,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)