From eee8ba12f9530376bc73649918f3e19dd7e9bf2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Wed, 3 Mar 2021 11:28:27 +0000 Subject: [PATCH] release 3.23.0 --- docs/changelog.rst | 17 +++++++++++++++++ docs/changelog/1921.feature.rst | 6 ------ docs/changelog/1940.feature.rst | 1 - 3 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 docs/changelog/1921.feature.rst delete mode 100644 docs/changelog/1940.feature.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 4b25a85b5..80ad6dfa4 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 `_ +- Unicode support in ``pyproject.toml`` - by :user:`domdfcoding` + `#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 64ea8c152..000000000 --- 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 b4e812aee..000000000 --- a/docs/changelog/1940.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Unicode support in ``pyproject.toml`` - by :user:`domdfcoding`