Skip to content

Commit 203e44d

Browse files
committed
release 4.0.0rc3
1 parent c5013f3 commit 203e44d

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

docs/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.0.0rc3 (2022-12-05)
8+
----------------------
9+
10+
Features - 4.0.0rc3
11+
~~~~~~~~~~~~~~~~~~~
12+
- Add ``--exit-and-dump-after`` flag that allows automatically killing tox if does not finish within the passed seconds,
13+
and dump the thread stacks (useful to debug tox when it seemingly hangs) - by :user:`gaborbernat`. (:issue:`2595`)
14+
15+
Bugfixes - 4.0.0rc3
16+
~~~~~~~~~~~~~~~~~~~
17+
- Ensure that two parallel tox instance invocations on different tox environment targets will work by holding a file lock
18+
onto the packaging operations (e.g., in bash ``tox4 r -e py311 &; tox4 r -e py310``) - by :user:`gaborbernat`. (:issue:`2594`)
19+
- Fix leaking backend processes when the build backend does not support editable wheels and fix failure when multiple
20+
environments exist that have a build backend that does not support editable wheels - by :user:`gaborbernat`. (:issue:`2595`)
21+
22+
723
v4.0.0rc2 (2022-12-04)
824
----------------------
925

docs/changelog/2594.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2595.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2595.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)