Add changelog for

pull/7990/head
Dan Braghis 2022-02-15 13:09:39 +00:00
rodzic d10f15e558
commit 716bf92c2d
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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