summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst12
-rw-r--r--docs/changelog/2284.feature.rst1
-rw-r--r--docs/changelog/2327.bugfix.rst1
3 files changed, 12 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 93b0e91..91c1ece 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,18 @@ Release History
.. towncrier release notes start
+v20.14.1 (2022-04-11)
+---------------------
+
+Features - 20.14.1
+~~~~~~~~~~~~~~~~~~
+- Support for creating a virtual environment from a Python 2.7 framework on macOS 12 - by :user:`nickhutchinson`. (`#2284 <https://github.com/pypa/virtualenv/issues/2284>`_)
+
+Bugfixes - 20.14.1
+~~~~~~~~~~~~~~~~~~
+- Upgrade embedded setuptools to ``62.1.0`` from ``61.0.0`` - by :user:`gaborbernat`. (`#2327 <https://github.com/pypa/virtualenv/issues/2327>`_)
+
+
v20.14.0 (2022-03-25)
---------------------
diff --git a/docs/changelog/2284.feature.rst b/docs/changelog/2284.feature.rst
deleted file mode 100644
index 9f93dba..0000000
--- a/docs/changelog/2284.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Support for creating a virtual environment from a Python 2.7 framework on macOS 12 - by :user:`nickhutchinson`.
diff --git a/docs/changelog/2327.bugfix.rst b/docs/changelog/2327.bugfix.rst
deleted file mode 100644
index 1d6e252..0000000
--- a/docs/changelog/2327.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade embedded setuptools to ``62.1.0`` from ``61.0.0`` - by :user:`gaborbernat`.