Skip to content

Commit 9ceec6e

Browse files
committed
release 4.10.0
1 parent 1024592 commit 9ceec6e

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

docs/changelog.rst

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

55
.. towncrier release notes start
66
7+
v4.10.0 (2023-08-21)
8+
--------------------
9+
10+
Features - 4.10.0
11+
~~~~~~~~~~~~~~~~~
12+
- Change accepted environment name rule: must be made up of factors defined in configuration or match regex
13+
``(pypy|py|cython|)((\d(\.\d+(\.\d+)?)?)|\d+)?``. If an environment name does not match this fail, and if a close match
14+
found suggest that to the user. (:issue:`3099`)
15+
16+
Bugfixes - 4.10.0
17+
~~~~~~~~~~~~~~~~~
18+
- ``--override foo+=bar`` appending syntax will now work correctly when ``foo`` wasn't defined in ``tox.ini``. (:issue:`3100`)
19+
20+
721
v4.9.0 (2023-08-16)
822
-------------------
923

docs/changelog/3099.feature.rst

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

docs/changelog/3100.bugfix.rst

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

0 commit comments

Comments
 (0)