summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst10
-rw-r--r--docs/changelog/1893.bugfix.rst1
2 files changed, 10 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 6eda9e65..f561b7ad 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,16 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.21.4 (2021-02-02)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- Adapt tests not to assume the ``easy_install`` command exists, as it was removed from ``setuptools`` 52.0.0+ - by :user:`hroncok`
+ `#1893 <https://github.com/tox-dev/tox/issues/1893>`_
+
+
v3.21.3 (2021-01-28)
--------------------
diff --git a/docs/changelog/1893.bugfix.rst b/docs/changelog/1893.bugfix.rst
deleted file mode 100644
index c25437df..00000000
--- a/docs/changelog/1893.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Adapt tests not to assume the ``easy_install`` command exists, as it was removed from ``setuptools`` 52.0.0+ - by :user:`hroncok`