From 716bf92c2dc2da2aca5e8f5aa6768b5b087cd4b0 Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Tue, 15 Feb 2022 13:09:39 +0000 Subject: [PATCH] Add changelog for #7967 --- CHANGELOG.txt | 1 + docs/releases/2.17.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ae129d466b..33a16e7ba1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,7 @@ Changelog * Change comment headers’ date formatting to use browser APIs instead of requiring a library (LB (Ben Johnston)) * Lint with flake8-comprehensions and flake8-assertive (Mads Jensen) * Switch the Wagtail branding font to a system font stack (Steven Steinwand) + * Add black configuration and reformat code using it (Dan Braghis) 2.16.1 (11.02.2022) diff --git a/docs/releases/2.17.md b/docs/releases/2.17.md index c8d1d1a24b..4e052ac056 100644 --- a/docs/releases/2.17.md +++ b/docs/releases/2.17.md @@ -20,6 +20,7 @@ Here are other changes related to the redesign: * Major updates to frontend tooling; move Node tooling from Gulp to Webpack, upgrade to Node v16 and npm v8, eslint v8, stylelint v14 and others (Thibaud Colas) * Change comment headers’ date formatting to use browser APIs instead of requiring a library (LB (Ben Johnston)) * Lint with flake8-comprehensions and flake8-assertive (Mads Jensen) + * Add black configuration and reformat code using it (Dan Braghis) ### Bug fixes