From b07ed3d17d50019081e4428e1e08a7ed7d441152 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Mon, 22 Jan 2024 16:06:26 +0000 Subject: [PATCH] Release note for #11463 --- CHANGELOG.txt | 1 + docs/releases/6.0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 33b52d4091..2b80fd4448 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -45,6 +45,7 @@ Changelog * Add `WAGTAILADMIN_LOGIN_URL` setting to allow customising the login URL (Neeraj Yetheendran) * Replace legacy dropdown component with new Tippy dropdown-button (Thibaud Colas) * Add ability to filter by existence of child pages in the page listing view (Matt Westcott) + * Polish dark theme styles and update color tokens (Thibaud Colas) * Fix: Update system check for overwriting storage backends to recognise the `STORAGES` setting introduced in Django 4.2 (phijma-leukeleu) * Fix: Prevent password change form from raising a validation error when browser autocomplete fills in the "Old password" field (Chiemezuo Akujobi) * Fix: Ensure that the legacy dropdown options, when closed, do not get accidentally clicked by other interactions wide viewports (CheesyPhoenix, Christer Jensen) diff --git a/docs/releases/6.0.md b/docs/releases/6.0.md index 0fe6da7958..3c4be0ef16 100644 --- a/docs/releases/6.0.md +++ b/docs/releases/6.0.md @@ -72,6 +72,7 @@ Thank you to Thibaud Colas, Badr Fourane, and Sage Abdullah for their work on th * Add `WAGTAILADMIN_LOGIN_URL` setting to allow customising the login URL (Neeraj Yetheendran) * Replace legacy dropdown component with new Tippy dropdown-button (Thibaud Colas) * Add ability to filter by existence of child pages in the page listing view (Matt Westcott) + * Polish dark theme styles and update color tokens (Thibaud Colas) ### Bug fixes