summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst14
-rw-r--r--docs/changelog/2036.bugfix.rst1
-rw-r--r--docs/changelog/2049.bugfix.rst4
-rw-r--r--docs/changelog/2050.bugfix.rst2
4 files changed, 14 insertions, 7 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index e8ecc5f..bab1218 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,20 @@ Release History
.. towncrier release notes start
+v20.3.1 (2021-01-13)
+--------------------
+
+Bugfixes - 20.3.1
+~~~~~~~~~~~~~~~~~
+- Bump embed pip to ``20.3.3``, setuptools to ``51.1.1`` and wheel to ``0.36.2`` - by :user:`gaborbernat`. (`#2036 <https://github.com/pypa/virtualenv/issues/2036>`_)
+- Allow unfunctioning of pydoc to fail freely so that virtualenvs can be
+ activated under Zsh with set -e (since otherwise ``unset -f`` and
+ ``unfunction`` exit with 1 if the function does not exist in Zsh) - by
+ :user:`d125q`. (`#2049 <https://github.com/pypa/virtualenv/issues/2049>`_)
+- Drop cached python information if the system executable is no longer present (for example when the executable is a
+ shim and the mapped executable is replaced - such is the case with pyenv) - by :user:`gaborbernat`. (`#2050 <https://github.com/pypa/virtualenv/issues/2050>`_)
+
+
v20.3.0 (2021-01-10)
--------------------
diff --git a/docs/changelog/2036.bugfix.rst b/docs/changelog/2036.bugfix.rst
deleted file mode 100644
index a5d2069..0000000
--- a/docs/changelog/2036.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Bump embed pip to ``20.3.3``, setuptools to ``51.1.1`` and wheel to ``0.36.2`` - by :user:`gaborbernat`.
diff --git a/docs/changelog/2049.bugfix.rst b/docs/changelog/2049.bugfix.rst
deleted file mode 100644
index 7ad254b..0000000
--- a/docs/changelog/2049.bugfix.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Allow unfunctioning of pydoc to fail freely so that virtualenvs can be
-activated under Zsh with set -e (since otherwise ``unset -f`` and
-``unfunction`` exit with 1 if the function does not exist in Zsh) - by
-:user:`d125q`.
diff --git a/docs/changelog/2050.bugfix.rst b/docs/changelog/2050.bugfix.rst
deleted file mode 100644
index 4815abf..0000000
--- a/docs/changelog/2050.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Drop cached python information if the system executable is no longer present (for example when the executable is a
-shim and the mapped executable is replaced - such is the case with pyenv) - by :user:`gaborbernat`.