summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`