Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 3.25.0 #2398

Merged
merged 1 commit into from Apr 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/changelog.rst
Expand Up @@ -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 <https://github.com/tox-dev/tox/issues/2332>`_
- Avoid potential 30s delay caused by socket.getfqdn(). -- by :user:`ssbarnea`
`#2375 <https://github.com/tox-dev/tox/issues/2375>`_


Features
^^^^^^^^

- Ignore missing commands if they are prefixed by ``-``
-- by :user:`cdown`.
`#2315 <https://github.com/tox-dev/tox/issues/2315>`_
- Add default environment variables (such as http_proxy) regardless of their case to passenv on UNIX -- by :user:`poggenhans`.
`#2372 <https://github.com/tox-dev/tox/issues/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 <https://github.com/tox-dev/tox/issues/2382>`_


Documentation
^^^^^^^^^^^^^

- Deleted the tox mailing list -- by :user:`jugmac00`
`#2364 <https://github.com/tox-dev/tox/issues/2364>`_


v3.24.5 (2021-12-29)
--------------------

Expand Down
2 changes: 0 additions & 2 deletions docs/changelog/2315.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/2332.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2364.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2372.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2375.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2382.feature.rst

This file was deleted.