summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/1995.feature.rst2
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 5a3d034..319b2bb 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.1.0 (2020-10-25)
+--------------------
+
+Features - 20.1.0
+~~~~~~~~~~~~~~~~~
+- The python specification can now take one or more values, first found is used to create the virtual environment - by
+ :user:`gaborbernat`. (`#1995 <https://github.com/pypa/virtualenv/issues/1995>`_)
+
+
v20.0.35 (2020-10-15)
---------------------
diff --git a/docs/changelog/1995.feature.rst b/docs/changelog/1995.feature.rst
deleted file mode 100644
index 0019634..0000000
--- a/docs/changelog/1995.feature.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-The python specification can now take one or more values, first found is used to create the virtual environment - by
-:user:`gaborbernat`.