diff options
author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-10-12 13:00:44 +0100 |
---|---|---|
committer | Bernát Gábor <bgabor8@bloomberg.net> | 2020-10-12 13:00:44 +0100 |
commit | 15583b29c4992d061df3f85d00d66d13aec9a737 (patch) | |
tree | 73d35ec58700214675c741668d4dba04a4b978f9 | |
parent | 43a5e0383b33867b73eb1d6f51f9f0a0c063137e (diff) | |
download | virtualenv-release-20.0.34.tar.gz |
release 20.0.3420.0.34release-20.0.34
-rw-r--r-- | docs/changelog.rst | 10 | ||||
-rw-r--r-- | docs/changelog/1782.bugfix.rst | 2 | ||||
-rw-r--r-- | docs/changelog/1969.bugfix.rst | 1 |
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`. |