diff options
-rw-r--r-- | docs/changelog.rst | 13 | ||||
-rw-r--r-- | docs/changelog/1582.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/1596.feature.rst | 1 | ||||
-rw-r--r-- | docs/changelog/1606.bugfix.rst | 1 |
4 files changed, 13 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 6cdd73a..0dd2b22 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,19 @@ Release History .. towncrier release notes start +v20.0.4 (2020-02-14) +-------------------- + +Features - 20.0.4 +~~~~~~~~~~~~~~~~~ +- When aliasing interpreters, use relative symlinks - by :user:`asottile`. (`#1596 <https://github.com/pypa/virtualenv/issues/1596>`_) + +Bugfixes - 20.0.4 +~~~~~~~~~~~~~~~~~ +- Allow the use of ``/`` as pathname component separator on Windows - by ``vphilippon`` (`#1582 <https://github.com/pypa/virtualenv/issues/1582>`_) +- Lower minimal version of six required to 1.9 - by ``ssbarnea`` (`#1606 <https://github.com/pypa/virtualenv/issues/1606>`_) + + v20.0.3 (2020-02-12) -------------------- diff --git a/docs/changelog/1582.bugfix.rst b/docs/changelog/1582.bugfix.rst deleted file mode 100644 index f897845..0000000 --- a/docs/changelog/1582.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Allow the use of ``/`` as pathname component separator on Windows - by ``vphilippon`` diff --git a/docs/changelog/1596.feature.rst b/docs/changelog/1596.feature.rst deleted file mode 100644 index 45d8cf7..0000000 --- a/docs/changelog/1596.feature.rst +++ /dev/null @@ -1 +0,0 @@ -When aliasing interpreters, use relative symlinks - by :user:`asottile`. diff --git a/docs/changelog/1606.bugfix.rst b/docs/changelog/1606.bugfix.rst deleted file mode 100644 index 1e19339..0000000 --- a/docs/changelog/1606.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Lower minimal version of six required to 1.9 - by ``ssbarnea`` |