@@ -4,6 +4,40 @@ Release History
44
55.. towncrier release notes start
66
7+ v4.0.0b1 (2022-02-05)
8+ ---------------------
9+
10+ Features - 4.0.0b1
11+ ~~~~~~~~~~~~~~~~~~
12+ - Display a hint for unrecognized argument CLI parse failures to use ``-- `` separator to pass arguments to commands
13+ - by :user: `gaborbernat `. (:issue: `2183 `)
14+ - Do not allow extending the config set beyond setup to ensures that all configuration values are visible via the config
15+ sub-command. - by :user: `gaborbernat `. (:issue: `2243 `)
16+ - Print a message when ignoring outcome of commands - by :user: `gaborbernat `. (:issue: `2315 `)
17+
18+ Bugfixes - 4.0.0b1
19+ ~~~~~~~~~~~~~~~~~~
20+ - Fix type annotation is broken for :meth: `tox.config.sets.ConfigSet.add_config ` when adding a container type
21+ - by :user: `gaborbernat `. (:issue: `2233 `)
22+ - Insert ``TOX_WORK_DIR ``, ``TOX_ENV_NAME ``, ``TOX_ENV_DIR `` and ``VIRTUAL_ENV `` into the environment variables for all
23+ tox environments to keep contract with tox version 3 - by :user: `gaborbernat `. (:issue: `2259 `)
24+ - Fix plugin initialization order - core plugins first, then 3rd party and finally inline - by :user: `gaborbernat `. (:issue: `2264 `)
25+ - Legacy parallel mode should accept ``-p `` flag without arguments - by :user: `gaborbernat `. (:issue: `2299 `)
26+ - Sequential run fails because the packaging environment is deleted twice for sequential runs with recreate flag on
27+ - by :user: `gaborbernat `. (:issue: `2300 `)
28+ - Require Python 3.10 to generate docs - by :user: `jugmac00 `. (:issue: `2321 `)
29+ - Environment assignment for output breaks when using ``-rv `` (when we cannot guess upfront the verbosity level from the
30+ CLI arguments) - by :user: `gaborbernat `. (:issue: `2324 `)
31+ - ``devenv `` command does not respect specified path - by :user: `gaborbernat `. (:issue: `2325 `)
32+
33+ Improved Documentation - 4.0.0b1
34+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35+ - Enable link check during documentation build - by :user: `gaborbernat `. (:issue: `806 `)
36+ - Document ownership of the ``tox.wiki `` root domain - by :user: `gaborbernat `. (:issue: `2242 `)
37+ - Document :meth: `tox.config.sets.ConfigSet.loaders ` - by :user: `gaborbernat `. (:issue: `2287 `)
38+ - Fix CLI documentation is missing and broken documentation references - by :user: `gaborbernat `. (:issue: `2310 `)
39+
40+
741v4.0.0a10 (2022-01-04)
842----------------------
943
0 commit comments