summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/1982.bugfix.rst1
-rw-r--r--docs/changelog/1983.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 7ad6b70..5a3d034 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.0.35 (2020-10-15)
+---------------------
+
+Bugfixes - 20.0.35
+~~~~~~~~~~~~~~~~~~
+- Bump embedded setuptools from ``50.3.0`` to ``50.3.1`` - by :user:`gaborbernat`. (`#1982 <https://github.com/pypa/virtualenv/issues/1982>`_)
+- After importing virtualenv passing cwd to a subprocess calls breaks with ``invalid directory`` - by :user:`gaborbernat`. (`#1983 <https://github.com/pypa/virtualenv/issues/1983>`_)
+
+
v20.0.34 (2020-10-12)
---------------------
diff --git a/docs/changelog/1982.bugfix.rst b/docs/changelog/1982.bugfix.rst
deleted file mode 100644
index 09f05b8..0000000
--- a/docs/changelog/1982.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Bump embedded setuptools from ``50.3.0`` to ``50.3.1`` - by :user:`gaborbernat`.
diff --git a/docs/changelog/1983.bugfix.rst b/docs/changelog/1983.bugfix.rst
deleted file mode 100644
index 32a973f..0000000
--- a/docs/changelog/1983.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-After importing virtualenv passing cwd to a subprocess calls breaks with ``invalid directory`` - by :user:`gaborbernat`.