summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-10-15 13:06:48 +0100
committerGitHub <noreply@github.com>2020-10-15 13:06:48 +0100
commit8f3d157101286e69a81df873dc4d575eb426da13 (patch)
tree66e978a212f5abda0d6fa501dd0d362df08fc587 /docs
parent567d64b96471ec309d80bf9f96a77476665080b1 (diff)
downloadvirtualenv-8f3d157101286e69a81df873dc4d575eb426da13.tar.gz
Bump setuptools and fix Windows subprocess with cwd broken (#1982)
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/1982.bugfix.rst1
-rw-r--r--docs/changelog/1983.bugfix.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog/1982.bugfix.rst b/docs/changelog/1982.bugfix.rst
new file mode 100644
index 0000000..09f05b8
--- /dev/null
+++ b/docs/changelog/1982.bugfix.rst
@@ -0,0 +1 @@
+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
new file mode 100644
index 0000000..32a973f
--- /dev/null
+++ b/docs/changelog/1983.bugfix.rst
@@ -0,0 +1 @@
+After importing virtualenv passing cwd to a subprocess calls breaks with ``invalid directory`` - by :user:`gaborbernat`.