Skip to content

Commit d72e1bc

Browse files
committed
release 4.0.0rc2
1 parent 8b56baa commit d72e1bc

File tree

10 files changed

+23
-13
lines changed

10 files changed

+23
-13
lines changed

docs/changelog.rst

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

55
.. towncrier release notes start
66
7+
v4.0.0rc2 (2022-12-04)
8+
----------------------
9+
10+
Features - 4.0.0rc2
11+
~~~~~~~~~~~~~~~~~~~
12+
- Support for recursive extras in Python package dependencies - by :user:`gaborbernat`. (:issue:`2567`)
13+
14+
Bugfixes - 4.0.0rc2
15+
~~~~~~~~~~~~~~~~~~~
16+
- Support in INI files for ignore exit code marker the ``-`` without a subsequent space too - by :user:`gaborbernat`. (:issue:`2561`)
17+
- Ensure paths constructed by tox are stable by resolving relative paths to fully qualified one, this insures that running
18+
tox from a different folder than project root still generates meaningful paths - by :user:`gaborbernat`. (:issue:`2562`)
19+
- Ensure only on run environment operates at a time on a packaging environment (fixes unexpected failures when running in
20+
parallel mode) - by :user:`gaborbernat`. (:issue:`2564`)
21+
- Fallback to ``editable-legacy`` if package target is ``editable`` but the build backend does not have ``build_editable``
22+
hook - by :user:`gaborbernat`. (:issue:`2567`)
23+
- Allow reference replacement in INI configuration via keys that contain the ``-`` character - by :user:`gaborbernat`. (:issue:`2569`)
24+
- Resolve symlinks when saving Python executable path - by :user:`ssbarnea`. (:issue:`2574`)
25+
- Do not set ``COLUMNS`` or ``LINES`` environment to the current TTY size if already set by the user -
26+
by :user:`gaborbernat`. (:issue:`2575`)
27+
- Add missing :pypi:`build[virtualenv]<build>` test dependency - by :user:`ssbarnea`. (:issue:`2576`)
28+
29+
730
v4.0.0rc1 (2022-11-29)
831
----------------------
932

docs/changelog/2561.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2562.bugfix.rst

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

docs/changelog/2564.bugfix.rst

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

docs/changelog/2567.bugfix.rst

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

docs/changelog/2567.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2569.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2574.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2575.bugfix.rst

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

docs/changelog/2576.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)