Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,28 @@ with advance notice in the **Deprecations** section of releases.

.. towncrier release notes start


v3.25.1 (2022-06-29)
--------------------

Bugfixes
^^^^^^^^

- ``sitepackages = true`` will add user's site-package to the python path on Windows as expected -- by :user:`niander`
`#2402 <https://github.com/tox-dev/tox/issues/2402>`_
- Avoid importing ``pipes`` on Python 3.3+ to avoid ``DeprecationWarning`` on Python 3.11 -- by :user:`adamchainz`
`#2417 <https://github.com/tox-dev/tox/issues/2417>`_
- Fix ``isolated_build`` when the build process produces stderr at exit.
`#2449 <https://github.com/tox-dev/tox/issues/2449>`_


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

- Explain advantages of ``PIP_CONSTRAINT`` environment variable over ``--constraint`` argument.
`#2423 <https://github.com/tox-dev/tox/issues/2423>`_


v3.25.0 (2022-04-11)
--------------------

Expand Down
1 change: 0 additions & 1 deletion docs/changelog/2402.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.