diff --git a/CHANGES.rst b/CHANGES.rst index 2ba9589..3528575 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,15 @@ CHANGES .. towncrier release notes start +0.7.1 (2024-11-12) +------------------ + +- Added Python 3.13 support by replacing telnetlib with telnetlib3 and dropped Python 3.8 support + (`#411 `_) + + 0.7.0 (2023-12-21) ---------------------------------- +------------------ - Overhauled the documentation (`#393 `_) diff --git a/changes/411.misc b/changes/411.misc deleted file mode 100644 index c7d8307..0000000 --- a/changes/411.misc +++ /dev/null @@ -1 +0,0 @@ -Add support for Python 3.13 and drop support for Python 3.8