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`.