From e1501fd4d125c72bcfbe6fb96ce9a217a8ed116b Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Sat, 15 Jul 2023 19:37:08 +0000 Subject: [PATCH] Update changelog [ci skip] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74bdd839..ca0d0db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [Full Changelog](https://github.com/jrnl-org/jrnl/compare/v4.0.1...HEAD) +**Fixed bugs:** + +- Linting rules aren't enforced the same as format rules [\#1742](https://github.com/jrnl-org/jrnl/issues/1742) + +**Build:** + +- Replace flake8 and isort with ruff linter and add `black --check` to linting step [\#1763](https://github.com/jrnl-org/jrnl/pull/1763) ([micahellison](https://github.com/micahellison)) + **Documentation:** - Add note about messages going to `stderr` and the implication for piping [\#1768](https://github.com/jrnl-org/jrnl/pull/1768) ([micahellison](https://github.com/micahellison))