From 263d3c6a1c253053e12311e7f8c42818f38799b9 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 15 Feb 2024 12:16:05 +0000 Subject: [PATCH] Release note for #11647 --- CHANGELOG.txt | 3 ++- docs/releases/6.0.1.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 55fa138f4e..935a84600e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -31,7 +31,8 @@ Changelog 6.0.1 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~~~ - * Ensure `BooleanRadioSelect` uses the same styles as `RadioSelect` (Thibaud Colas) + * Fix: Ensure `BooleanRadioSelect` uses the same styles as `RadioSelect` (Thibaud Colas) + * Fix: Prevent failure on `collectstatic` when `ManifestStaticFilesStorage` is in use (Matt Westcott) 6.0 (07.02.2024) diff --git a/docs/releases/6.0.1.md b/docs/releases/6.0.1.md index 54b7c9dfa3..44052c4c1a 100644 --- a/docs/releases/6.0.1.md +++ b/docs/releases/6.0.1.md @@ -14,3 +14,4 @@ depth: 1 ### Bug fixes * Ensure `BooleanRadioSelect` uses the same styles as `RadioSelect` (Thibaud Colas) + * Prevent failure on `collectstatic` when `ManifestStaticFilesStorage` is in use (Matt Westcott)