From 2df48d8803a408496cf1355d60c3c3961ca6d517 Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:02:32 +0200 Subject: [PATCH] Correct `CHANGELOG.md` Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com> --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2323cf3..0758c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ ### Added -* Support for Python 3.12 (https://github.com/pylint-dev/pylint-pytest/pull/24) -* Support for Pylint 3 (https://github.com/pylint-dev/pylint-pytest/pull/24) +* Migrate setup.py to pyproject.toml (https://github.com/pylint-dev/pylint-pytest/pull/8) +* Support for Python 3.12 (https://github.com/pylint-dev/pylint-pytest/issues/3, + "side effect" of https://github.com/pylint-dev/pylint-pytest/pull/8) ### Removed