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`