From 367284661415021c70352ad021204b44c63eb13b Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 4 Nov 2023 12:56:57 -0700 Subject: [PATCH] Add missing linebreak --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f00733..ff7a713f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ [Full Changelog](https://github.com/jrnl-org/jrnl/compare/v4.1-beta2...v4.1) **Build:** + - Add Python 3.12 support [\#1761](https://github.com/jrnl-org/jrnl/pull/1761) ([micahellison](https://github.com/micahellison)) - Set new required build fields in the ReadTheDocs config file [\#1803](https://github.com/jrnl-org/jrnl/pull/1803) ([micahellison](https://github.com/micahellison)) - 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))