summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst10
-rw-r--r--docs/changelog/1682.bugfix.rst1
2 files changed, 10 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 6ab471cc..5facfb55 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.20.1 (2020-10-09)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- Relax importlib requirement to allow version<3 - by :user:`usamasadiq`
+ `#1682 <https://github.com/tox-dev/tox/issues/1682>`_
+
+
v3.20.0 (2020-09-01)
--------------------
diff --git a/docs/changelog/1682.bugfix.rst b/docs/changelog/1682.bugfix.rst
deleted file mode 100644
index d68fdf51..00000000
--- a/docs/changelog/1682.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Relax importlib requirement to allow version<3 - by :user:`usamasadiq`