summaryrefslogtreecommitdiff
path: root/docs/changelog
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2019-06-16 14:02:05 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2019-06-16 14:02:25 +0100
commitce9343cb91926cdc32431fcf2770b613c89739ff (patch)
tree051621a27250e4d903f9bed411c8577c31d4982f /docs/changelog
parenta4010617f5f234b76a6ed5cb4ceb481f21ce8cce (diff)
downloadvirtualenv-release-16.6.1.tar.gz
release 16.6.116.6.1release-16.6.1
Diffstat (limited to 'docs/changelog')
-rw-r--r--docs/changelog/1364.bugfix.rst2
-rw-r--r--docs/changelog/395.bugfix.rst1
2 files changed, 0 insertions, 3 deletions
diff --git a/docs/changelog/1364.bugfix.rst b/docs/changelog/1364.bugfix.rst
deleted file mode 100644
index d6da4bc..0000000
--- a/docs/changelog/1364.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix an additional issue with #1339, where the user specifies ``--python``
-pointing to a venv redirector executable.
diff --git a/docs/changelog/395.bugfix.rst b/docs/changelog/395.bugfix.rst
deleted file mode 100644
index a5436e0..0000000
--- a/docs/changelog/395.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Raise an error if the target path contains the operating systems path separator (using this would break our activation scripts) - by @rrauenza.