diff --git a/NEWS.rst b/NEWS.rst index 5f269c4..e3476a3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v3.20.1 +======= + +Bugfixes +-------- + +- Replaced SanitizedNames with a more surgical fix for infinite loops, restoring support for names with special characters in the archive. (python/cpython#123270) + + v3.20.0 ======= diff --git a/newsfragments/+b2c63c6b.bugfix.rst b/newsfragments/+b2c63c6b.bugfix.rst deleted file mode 100644 index 7fc0256..0000000 --- a/newsfragments/+b2c63c6b.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Replaced SanitizedNames with a more surgical fix for infinite loops, restoring support for names with special characters in the archive. (python/cpython#123270)