diff --git a/docs/changelog.rst b/docs/changelog.rst index e7ea9886f..a8008662e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,21 @@ Release History .. towncrier release notes start +v20.16.6 (2022-10-25) +--------------------- + +Features - 20.16.6 +~~~~~~~~~~~~~~~~~~ +- Drop unneeded shims for PyPy3 directory structure (`#2426 `_) + +Bugfixes - 20.16.6 +~~~~~~~~~~~~~~~~~~ +- Fix selected scheme on debian derivatives for python 3.10 when ``python3-distutils`` is not installed or the ``venv`` scheme is not avaiable - by :user:`asottile`. (`#2350 `_) +- Allow the test suite to pass even with the original C shell (rather than ``tcsh``) - by :user:`kulikjak`. (`#2418 `_) +- Fix fallback handling of downloading wheels for bundled packages - by :user:`schaap`. (`#2429 `_) +- Upgrade embedded setuptools to ``65.5.0`` from ``65.3.0`` and pip to ``22.3`` from ``22.2.2`` - by :user:`gaborbernat`. (`#2434 `_) + + v20.16.5 (2022-09-07) --------------------- diff --git a/docs/changelog/2350.bugfix.rst b/docs/changelog/2350.bugfix.rst deleted file mode 100644 index 87a66a29f..000000000 --- a/docs/changelog/2350.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix selected scheme on debian derivatives for python 3.10 when ``python3-distutils`` is not installed or the ``venv`` scheme is not avaiable - by :user:`asottile`. diff --git a/docs/changelog/2418.bugfix.rst b/docs/changelog/2418.bugfix.rst deleted file mode 100644 index d13c4a2f5..000000000 --- a/docs/changelog/2418.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Allow the test suite to pass even with the original C shell (rather than ``tcsh``) - by :user:`kulikjak`. diff --git a/docs/changelog/2426.feature.rst b/docs/changelog/2426.feature.rst deleted file mode 100644 index 3cfac25f8..000000000 --- a/docs/changelog/2426.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Drop unneeded shims for PyPy3 directory structure diff --git a/docs/changelog/2429.bugfix.rst b/docs/changelog/2429.bugfix.rst deleted file mode 100644 index 7e79e3612..000000000 --- a/docs/changelog/2429.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix fallback handling of downloading wheels for bundled packages - by :user:`schaap`. diff --git a/docs/changelog/2434.bugfix.rst b/docs/changelog/2434.bugfix.rst deleted file mode 100644 index f35974726..000000000 --- a/docs/changelog/2434.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade embedded setuptools to ``65.5.0`` from ``65.3.0`` and pip to ``22.3`` from ``22.2.2`` - by :user:`gaborbernat`.