From 6bc778843e6342bbd26551cb12e4a18a6c086ccd Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Fri, 17 Nov 2023 20:44:42 +0000 Subject: [PATCH] Release notes for #6107 / #11209 --- CHANGELOG.txt | 1 + docs/releases/6.0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b261c91a00..7f9c88aaba 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -34,6 +34,7 @@ Changelog * Maintenance: Refine styling of listings, account settings panels and the block chooser (Meli Imelda) * Maintenance: Remove icon font support (Matt Westcott) * Maintenance: Remove deprecated SVG icons (Matt Westcott) + * Maintenance: Remove icon font styles (Thibaud Colas) * 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) diff --git a/docs/releases/6.0.md b/docs/releases/6.0.md index 68a506dcaa..2208c6e6a6 100644 --- a/docs/releases/6.0.md +++ b/docs/releases/6.0.md @@ -53,6 +53,7 @@ depth: 1 * Refine styling of listings, account settings panels and the block chooser (Meli Imelda) * Remove icon font support (Matt Westcott) * Remove deprecated SVG icons (Matt Westcott) + * Remove icon font styles (Thibaud Colas) * 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)