File tree 3 files changed +17
-7
lines changed
3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,23 @@ with advance notice in the **Deprecations** section of releases.
11
11
12
12
.. towncrier release notes start
13
13
14
+ v3.23.0 (2021-03-03)
15
+ --------------------
16
+
17
+ Features
18
+ ^^^^^^^^
19
+
20
+ - tox can now be invoked with a new ``--no-provision `` flag that prevents provision,
21
+ if :conf: `requires ` or :conf: `minversion ` are not satisfied,
22
+ tox will fail;
23
+ if a path is specified as an argument to the flag
24
+ (e.g. as ``tox --no-provision missing.json ``) and provision is prevented,
25
+ provision metadata are written as JSON to that path - by :user: `hroncok `
26
+ `#1921 <https://github.com/tox-dev/tox/issues/1921 >`_
27
+ - Unicode support in ``pyproject.toml `` - by :user: `domdfcoding `
28
+ `#1940 <https://github.com/tox-dev/tox/issues/1940 >`_
29
+
30
+
14
31
v3.22.0 (2021-02-16)
15
32
--------------------
16
33
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments