From 364c1cee0dba9a91a2811e9ef48a7f6093a1a91c Mon Sep 17 00:00:00 2001 From: Sage Abdullah <sage.abdullah@torchbox.com> Date: Fri, 17 Nov 2023 15:26:33 +0000 Subject: [PATCH] Release notes for #11220 --- CHANGELOG.txt | 1 + docs/releases/6.0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d83222cba8..b261c91a00 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -36,6 +36,7 @@ Changelog * Maintenance: Remove deprecated SVG icons (Matt Westcott) * Maintenance: Migrate account editing view to a class-based view (Kehinde Bobade) * Maintenance: Upgrade frontend tooling to use Node 20 (LB (Ben) Johnston) + * Maintenance: Upgrade `ruff` and replace `black` with `ruff format` (John-Scott Atlakson) 5.2.1 (16.11.2023) diff --git a/docs/releases/6.0.md b/docs/releases/6.0.md index d2ac0d1d0c..cfe3214829 100644 --- a/docs/releases/6.0.md +++ b/docs/releases/6.0.md @@ -55,6 +55,7 @@ depth: 1 * Remove deprecated SVG icons (Matt Westcott) * Migrate account editing view to a class-based view (Kehinde Bobade) * Upgrade frontend tooling to use Node 20 (LB (Ben) Johnston) + * Upgrade `ruff` and replace `black` with `ruff format` (John-Scott Atlakson) ## Upgrade considerations - changes affecting all projects