summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-03-03 11:28:27 +0000
committerBernát Gábor <bgabor8@bloomberg.net>2021-03-03 11:28:27 +0000
commiteee8ba12f9530376bc73649918f3e19dd7e9bf2e (patch)
treefee0959bd55069345dfecbabced49b77d814008a
parent32e74a804635ba790deef706b57c10f8219de1db (diff)
downloadtox-git-release-3.23.0.tar.gz
release 3.23.03.23.0release-3.23.0
-rw-r--r--docs/changelog.rst17
-rw-r--r--docs/changelog/1921.feature.rst6
-rw-r--r--docs/changelog/1940.feature.rst1
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`