diff --git a/docs/changelog.rst b/docs/changelog.rst index a93267082..a3676d6d7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,38 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.25.0 (2022-04-11) +-------------------- + +Bugfixes +^^^^^^^^ + +- Fixed failing isolated_build because setuptools warning was captured + in ``build_requires``. -- by :user:`zariiii9003` + `#2332 `_ +- Avoid potential 30s delay caused by socket.getfqdn(). -- by :user:`ssbarnea` + `#2375 `_ + + +Features +^^^^^^^^ + +- Ignore missing commands if they are prefixed by ``-`` + -- by :user:`cdown`. + `#2315 `_ +- Add default environment variables (such as http_proxy) regardless of their case to passenv on UNIX -- by :user:`poggenhans`. + `#2372 `_ +- On Windows ``PROGRAMFILES``, ``PROGRAMFILES(X86)``, and ``PROGRAMDATA`` environment variables are now passed through, unmasking system values necessary to locate resources such as a C compiler. + `#2382 `_ + + +Documentation +^^^^^^^^^^^^^ + +- Deleted the tox mailing list -- by :user:`jugmac00` + `#2364 `_ + + v3.24.5 (2021-12-29) -------------------- diff --git a/docs/changelog/2315.feature.rst b/docs/changelog/2315.feature.rst deleted file mode 100644 index 65411d6bb..000000000 --- a/docs/changelog/2315.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Ignore missing commands if they are prefixed by ``-`` --- by :user:`cdown`. diff --git a/docs/changelog/2332.bugfix.rst b/docs/changelog/2332.bugfix.rst deleted file mode 100644 index 6c297563a..000000000 --- a/docs/changelog/2332.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed failing isolated_build because setuptools warning was captured -in ``build_requires``. -- by :user:`zariiii9003` diff --git a/docs/changelog/2364.doc.rst b/docs/changelog/2364.doc.rst deleted file mode 100644 index bf8874f75..000000000 --- a/docs/changelog/2364.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Deleted the tox mailing list -- by :user:`jugmac00` diff --git a/docs/changelog/2372.feature.rst b/docs/changelog/2372.feature.rst deleted file mode 100644 index 470dbc5f8..000000000 --- a/docs/changelog/2372.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add default environment variables (such as http_proxy) regardless of their case to passenv on UNIX -- by :user:`poggenhans`. diff --git a/docs/changelog/2375.bugfix.rst b/docs/changelog/2375.bugfix.rst deleted file mode 100644 index d50b18ce3..000000000 --- a/docs/changelog/2375.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Avoid potential 30s delay caused by socket.getfqdn(). -- by :user:`ssbarnea` diff --git a/docs/changelog/2382.feature.rst b/docs/changelog/2382.feature.rst deleted file mode 100644 index 59a758529..000000000 --- a/docs/changelog/2382.feature.rst +++ /dev/null @@ -1 +0,0 @@ -On Windows ``PROGRAMFILES``, ``PROGRAMFILES(X86)``, and ``PROGRAMDATA`` environment variables are now passed through, unmasking system values necessary to locate resources such as a C compiler.