summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-02-16 07:50:10 +0000
committerBernát Gábor <bgabor8@bloomberg.net>2021-02-16 07:50:10 +0000
commit052820797956c4275f27625e589e93b4eb3ae43d (patch)
treec5fed2255f7e2e4712964477cead5b4d32a18fb4
parent9db3ecfefae567d13553f5bde4830144599b0539 (diff)
downloadtox-git-052820797956c4275f27625e589e93b4eb3ae43d.tar.gz
release 3.22.03.22.0release-3.22.0
-rw-r--r--docs/changelog.rst11
-rw-r--r--docs/changelog/1918.feature.rst2
2 files changed, 11 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index f561b7ad..4b25a85b 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,17 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.22.0 (2021-02-16)
+--------------------
+
+Features
+^^^^^^^^
+
+- The value of the :conf:`requires` configuration option is now exposed via
+ the :class:`tox.config.Config` object - by :user:`hroncok`
+ `#1918 <https://github.com/tox-dev/tox/issues/1918>`_
+
+
v3.21.4 (2021-02-02)
--------------------
diff --git a/docs/changelog/1918.feature.rst b/docs/changelog/1918.feature.rst
deleted file mode 100644
index cd440ba6..00000000
--- a/docs/changelog/1918.feature.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-The value of the :conf:`requires` configuration option is now exposed via
-the :class:`tox.config.Config` object - by :user:`hroncok`