summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst15
-rw-r--r--docs/changelog/2185.bugfix.rst3
-rw-r--r--docs/changelog/2189.misc.rst1
-rw-r--r--docs/changelog/2195.bugfix.rst1
4 files changed, 15 insertions, 5 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 27b3aed..5b34b71 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,21 @@ Release History
.. towncrier release notes start
+v20.8.1 (2021-09-24)
+--------------------
+
+Bugfixes - 20.8.1
+~~~~~~~~~~~~~~~~~
+- Fixed a bug where while creating a venv on top of an existing one, without cleaning, when seeded
+ wheel version mismatch occurred, multiple ``.dist-info`` directories may be present, confounding entrypoint
+ discovery - by :user:`arcivanov` (`#2185 <https://github.com/pypa/virtualenv/issues/2185>`_)
+- Bump embed setuptools from ``58.0.4`` to ``58.1.0`` - by :user:`gaborbernat`. (`#2195 <https://github.com/pypa/virtualenv/issues/2195>`_)
+
+Misc - 20.8.1
+~~~~~~~~~~~~~
+- `#2189 <https://github.com/pypa/virtualenv/issues/2189>`_
+
+
v20.8.0 (2021-09-16)
--------------------
diff --git a/docs/changelog/2185.bugfix.rst b/docs/changelog/2185.bugfix.rst
deleted file mode 100644
index 2b9921b..0000000
--- a/docs/changelog/2185.bugfix.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Fixed a bug where while creating a venv on top of an existing one, without cleaning, when seeded
-wheel version mismatch occurred, multiple ``.dist-info`` directories may be present, confounding entrypoint
-discovery - by :user:`arcivanov`
diff --git a/docs/changelog/2189.misc.rst b/docs/changelog/2189.misc.rst
deleted file mode 100644
index 6ef2b56..0000000
--- a/docs/changelog/2189.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fail early instead of creating a non-working env for Python 2 on Apple Silicon (M1) Macs.
diff --git a/docs/changelog/2195.bugfix.rst b/docs/changelog/2195.bugfix.rst
deleted file mode 100644
index c2fa8c7..0000000
--- a/docs/changelog/2195.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Bump embed setuptools from ``58.0.4`` to ``58.1.0`` - by :user:`gaborbernat`.