From 605a92c801f752b82392fa5323cd71a7ffbf4ea0 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 31 Oct 2023 14:29:07 -0400 Subject: [PATCH] cleanup 3.4.1 and 3.4.2 changelog entries --- docs/changelog.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 3245d36a..2a0f1eb1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -51,21 +51,16 @@ links to the header, placing them after all other header content. ## [3.4.2] -- 2023-03-22 -### Added - -* Officially support Python 3.11. - ### Fixed - +* Officially support Python 3.11. * Improve standalone * and _ parsing (#1300). * Consider `` HTML tag a block-level element (#1309). - -### Infrastructure - * Switch from `setup.py` to `pyproject.toml`. ## [3.4.1] -- 2022-07-15 +### Fixed + * Fix an import issue with `importlib.util` (#1274). ## [3.4] -- 2022-07-15