diff --git a/NEWS.rst b/NEWS.rst index 32c6baa..5943f7a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,13 @@ +v4.1.0 +====== + +Features +-------- + +- Re-synced implementation with CPython 3.8, removing the compatibility code introduced for compatibility with older Pythons. +- Require Python 3.8 or later. + + v4.0.0 ====== diff --git a/newsfragments/+abaf87af.feature.rst b/newsfragments/+abaf87af.feature.rst deleted file mode 100644 index 1f6bc30..0000000 --- a/newsfragments/+abaf87af.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Re-synced implementation with CPython 3.8, removing the compatibility code introduced for compatibility with older Pythons. \ No newline at end of file diff --git a/newsfragments/+drop-py37.feature.rst b/newsfragments/+drop-py37.feature.rst deleted file mode 100644 index ccabdaa..0000000 --- a/newsfragments/+drop-py37.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Require Python 3.8 or later.