summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2310.bugfix.rst1
-rw-r--r--docs/changelog/2311.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 2ce5c31..7fa0293 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.13.3 (2022-03-07)
+---------------------
+
+Bugfixes - 20.13.3
+~~~~~~~~~~~~~~~~~~
+- Avoid symlinking the contents of ``/usr`` into PyPy3.8+ virtualenvs - by :user:`stefanor`. (`#2310 <https://github.com/pypa/virtualenv/issues/2310>`_)
+- Bump embed pip from ``22.0.3`` to ``22.0.4`` - by :user:`gaborbernat`. (`#2311 <https://github.com/pypa/virtualenv/issues/2311>`_)
+
+
v20.13.2 (2022-02-24)
---------------------
diff --git a/docs/changelog/2310.bugfix.rst b/docs/changelog/2310.bugfix.rst
deleted file mode 100644
index b7226d6..0000000
--- a/docs/changelog/2310.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Avoid symlinking the contents of ``/usr`` into PyPy3.8+ virtualenvs - by :user:`stefanor`.
diff --git a/docs/changelog/2311.bugfix.rst b/docs/changelog/2311.bugfix.rst
deleted file mode 100644
index 05e0635..0000000
--- a/docs/changelog/2311.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Bump embed pip from ``22.0.3`` to ``22.0.4`` - by :user:`gaborbernat`.