diff --git a/docs/changelog.rst b/docs/changelog.rst index f561b7ad5..4b25a85b5 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 `_ + + 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 cd440ba6e..000000000 --- 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`