From f5f0d22053ced85c1823bc998e35a36825d023bd Mon Sep 17 00:00:00 2001 From: James Cooke Date: Mon, 25 Sep 2023 17:24:20 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 197dfd4..7d13322 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -32,6 +32,9 @@ Added * ⛏️ Type hint added for Flake8 config manager. +* 🎈 Explicit support added for Python 3.12. `Issue 228 + `_. + Changed ....... @@ -47,6 +50,10 @@ Removed * 📕 Command line documentation removed. * ⛏️ Tests and tox environments for command line code removed. + * ⛏️ ``Function.__str__`` method cleaned up. + +* ⛏️ Old style ``setup.py check`` lint call removed so that Python 3.12 can pass + without complicated work arounds. 0.16.0_ - 2023/07/16 --------------------