diff options
-rw-r--r-- | docs/changelog.rst | 17 | ||||
-rw-r--r-- | docs/changelog/1921.feature.rst | 6 | ||||
-rw-r--r-- | docs/changelog/1940.feature.rst | 1 |
3 files changed, 17 insertions, 7 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 4b25a85b..80ad6dfa 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,23 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.23.0 (2021-03-03) +-------------------- + +Features +^^^^^^^^ + +- tox can now be invoked with a new ``--no-provision`` flag that prevents provision, + if :conf:`requires` or :conf:`minversion` are not satisfied, + tox will fail; + if a path is specified as an argument to the flag + (e.g. as ``tox --no-provision missing.json``) and provision is prevented, + provision metadata are written as JSON to that path - by :user:`hroncok` + `#1921 <https://github.com/tox-dev/tox/issues/1921>`_ +- Unicode support in ``pyproject.toml`` - by :user:`domdfcoding` + `#1940 <https://github.com/tox-dev/tox/issues/1940>`_ + + v3.22.0 (2021-02-16) -------------------- diff --git a/docs/changelog/1921.feature.rst b/docs/changelog/1921.feature.rst deleted file mode 100644 index 64ea8c15..00000000 --- a/docs/changelog/1921.feature.rst +++ /dev/null @@ -1,6 +0,0 @@ -tox can now be invoked with a new ``--no-provision`` flag that prevents provision, -if :conf:`requires` or :conf:`minversion` are not satisfied, -tox will fail; -if a path is specified as an argument to the flag -(e.g. as ``tox --no-provision missing.json``) and provision is prevented, -provision metadata are written as JSON to that path - by :user:`hroncok` diff --git a/docs/changelog/1940.feature.rst b/docs/changelog/1940.feature.rst deleted file mode 100644 index b4e812ae..00000000 --- a/docs/changelog/1940.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Unicode support in ``pyproject.toml`` - by :user:`domdfcoding` |