From 50307a5158b37ed75e7cac94ac934d9eb48ab8f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Thu, 16 Sep 2021 09:54:08 +0100 Subject: [PATCH] release 3.24.4 --- docs/changelog.rst | 20 ++++++++++++++++++++ docs/changelog/2167.bugfix.rst | 1 - docs/changelog/2177.doc.rst | 3 --- docs/changelog/2208.bugfix.rst | 2 -- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 docs/changelog/2167.bugfix.rst delete mode 100644 docs/changelog/2177.doc.rst delete mode 100644 docs/changelog/2208.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index efe339d42..41f96ed67 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,26 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.24.4 (2021-09-16) +Bugfixes +^^^^^^^^ + +- Fixed handling of ``-e ALL`` in parallel mode by ignoring the ``ALL`` in subprocesses -- by :user:`guahki`. + `#2167 `_ +- Prevent tox from using a truncated interpreter when using + ``TOX_LIMITED_SHEBANG`` -- by :user:`jdknight`. + `#2208 `_ + + +Documentation +^^^^^^^^^^^^^ + +- Enabled the use of the favicon in the Sphinx docs first + introduced in :pull:`764` but not integrated fully + -- :user:`webknjaz` + `#2177 `_ + + v3.24.3 (2021-08-21) -------------------- diff --git a/docs/changelog/2167.bugfix.rst b/docs/changelog/2167.bugfix.rst deleted file mode 100644 index 1d2802471..000000000 --- a/docs/changelog/2167.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed handling of ``-e ALL`` in parallel mode by ignoring the ``ALL`` in subprocesses -- by :user:`guahki`. diff --git a/docs/changelog/2177.doc.rst b/docs/changelog/2177.doc.rst deleted file mode 100644 index 8682ef90b..000000000 --- a/docs/changelog/2177.doc.rst +++ /dev/null @@ -1,3 +0,0 @@ -Enabled the use of the favicon in the Sphinx docs first -introduced in :pull:`764` but not integrated fully --- :user:`webknjaz` diff --git a/docs/changelog/2208.bugfix.rst b/docs/changelog/2208.bugfix.rst deleted file mode 100644 index 699f1819f..000000000 --- a/docs/changelog/2208.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Prevent tox from using a truncated interpreter when using -``TOX_LIMITED_SHEBANG`` -- by :user:`jdknight`.