diff options
| author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-03-08 10:46:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-08 10:46:50 +0000 |
| commit | 7bdc179fccb53d09a013461698df0361fe66b437 (patch) | |
| tree | 6614820ceb127cfd6f752cdc62c2b151e479698f | |
| parent | 0ce0a5dc1057bb14018583c5992aae04edd5fa9f (diff) | |
| parent | f4dd9d75e32ca61d3071ca8b3831d624794c1287 (diff) | |
| download | virtualenv-7bdc179fccb53d09a013461698df0361fe66b437.tar.gz | |
Merge pull request #1701 from pypa/release-20.0.9
release 20.0.9
| -rw-r--r-- | docs/changelog.rst | 12 | ||||
| -rw-r--r-- | docs/changelog/1686.bugfix.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/1690.bugfix.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/1694.bugfix.rst | 2 | ||||
| -rw-r--r-- | docs/changelog/1699.bugfix.rst | 1 |
5 files changed, 12 insertions, 5 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 96b5e18..a2d8b32 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,18 @@ Release History .. towncrier release notes start +v20.0.9 (2020-03-08) +-------------------- + +Bugfixes - 20.0.9 +~~~~~~~~~~~~~~~~~ +- ``pythonw.exe`` works as ``python.exe`` on Windows - by :user:`gaborbernat`. (`#1686 <https://github.com/pypa/virtualenv/issues/1686>`_) +- Handle legacy loaders for virtualenv import hooks used to patch distutils configuration load - by :user:`gaborbernat`. (`#1690 <https://github.com/pypa/virtualenv/issues/1690>`_) +- Support for python 2 platforms that store landmark files in ``platstdlib`` over ``stdlib`` (e.g. RHEL) - by + :user:`gaborbernat`. (`#1694 <https://github.com/pypa/virtualenv/issues/1694>`_) +- Upgrade embedded setuptools to ``45.3.0`` from ``45.2.0`` for Python ``3.5+`` - by :user:`gaborbernat`. (`#1699 <https://github.com/pypa/virtualenv/issues/1699>`_) + + v20.0.8 (2020-03-04) -------------------- diff --git a/docs/changelog/1686.bugfix.rst b/docs/changelog/1686.bugfix.rst deleted file mode 100644 index 8476603..0000000 --- a/docs/changelog/1686.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -``pythonw.exe`` works as ``python.exe`` on Windows - by :user:`gaborbernat`. diff --git a/docs/changelog/1690.bugfix.rst b/docs/changelog/1690.bugfix.rst deleted file mode 100644 index f0cb664..0000000 --- a/docs/changelog/1690.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Handle legacy loaders for virtualenv import hooks used to patch distutils configuration load - by :user:`gaborbernat`. diff --git a/docs/changelog/1694.bugfix.rst b/docs/changelog/1694.bugfix.rst deleted file mode 100644 index a27a9a3..0000000 --- a/docs/changelog/1694.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Support for python 2 platforms that store landmark files in ``platstdlib`` over ``stdlib`` (e.g. RHEL) - by -:user:`gaborbernat`. diff --git a/docs/changelog/1699.bugfix.rst b/docs/changelog/1699.bugfix.rst deleted file mode 100644 index 22d45e5..0000000 --- a/docs/changelog/1699.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade embedded setuptools to ``45.3.0`` from ``45.2.0`` for Python ``3.5+`` - by :user:`gaborbernat`. |
