summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst10
-rw-r--r--docs/changelog/1782.bugfix.rst2
-rw-r--r--docs/changelog/1969.bugfix.rst1
3 files changed, 10 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index b67b633..7ad6b70 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,16 @@ Release History
.. towncrier release notes start
+v20.0.34 (2020-10-12)
+---------------------
+
+Bugfixes - 20.0.34
+~~~~~~~~~~~~~~~~~~
+- Align with venv module when creating virtual environments with builtin creator on Windows 3.7 and later
+ - by :user:`gaborbernat`. (`#1782 <https://github.com/pypa/virtualenv/issues/1782>`_)
+- Handle Cygwin path conversion in the activation script - by :user:`davidcoghlan`. (`#1969 <https://github.com/pypa/virtualenv/issues/1969>`_)
+
+
v20.0.33 (2020-10-04)
---------------------
diff --git a/docs/changelog/1782.bugfix.rst b/docs/changelog/1782.bugfix.rst
deleted file mode 100644
index 416cb17..0000000
--- a/docs/changelog/1782.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Align with venv module when creating virtual environments with builtin creator on Windows 3.7 and later
-- by :user:`gaborbernat`.
diff --git a/docs/changelog/1969.bugfix.rst b/docs/changelog/1969.bugfix.rst
deleted file mode 100644
index 6e6e706..0000000
--- a/docs/changelog/1969.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Handle Cygwin path conversion in the activation script - by :user:`davidcoghlan`.