summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst8
-rw-r--r--docs/changelog/2203.bugfix.rst1
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index d3f30c5..b5caa3c 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,14 @@ Release History
.. towncrier release notes start
+v20.11.2 (2021-12-29)
+---------------------
+
+Bugfixes - 20.11.2
+~~~~~~~~~~~~~~~~~~
+- Fix installation of pinned versions of ``pip``, ``setuptools`` & ``wheel`` - by :user:`mayeut`. (`#2203 <https://github.com/pypa/virtualenv/issues/2203>`_)
+
+
v20.11.1 (2021-12-29)
---------------------
diff --git a/docs/changelog/2203.bugfix.rst b/docs/changelog/2203.bugfix.rst
deleted file mode 100644
index f27c59f..0000000
--- a/docs/changelog/2203.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix installation of pinned versions of ``pip``, ``setuptools`` & ``wheel`` - by :user:`mayeut`.