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)