diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2019-06-16 14:02:05 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2019-06-16 14:02:25 +0100 |
commit | ce9343cb91926cdc32431fcf2770b613c89739ff (patch) | |
tree | 051621a27250e4d903f9bed411c8577c31d4982f /docs/changes.rst | |
parent | a4010617f5f234b76a6ed5cb4ceb481f21ce8cce (diff) | |
download | virtualenv-release-16.6.1.tar.gz |
release 16.6.116.6.1release-16.6.1
Diffstat (limited to 'docs/changes.rst')
-rw-r--r-- | docs/changes.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index c437086..27d4cc4 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,6 +5,17 @@ Release History .. towncrier release notes start +v16.6.1 (2019-06-16) +-------------------- + +Bugfixes +^^^^^^^^ + +- Raise an error if the target path contains the operating systems path separator (using this would break our activation scripts) - by @rrauenza. (`#395 <https://github.com/pypa/virtualenv/issues/395>`_) +- Fix an additional issue with #1339, where the user specifies ``--python`` + pointing to a venv redirector executable. (`#1364 <https://github.com/pypa/virtualenv/issues/1364>`_) + + v16.6.0 (2019-05-15) -------------------- |