diff options
-rw-r--r-- | docs/changelog.rst | 9 | ||||
-rw-r--r-- | docs/changelog/1897.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/1898.bugfix.rst | 1 |
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index d543d6b..c8bb404 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,15 @@ Release History .. towncrier release notes start +v20.0.27 (2020-07-15) +--------------------- + +Bugfixes - 20.0.27 +~~~~~~~~~~~~~~~~~~ +- No longer preimport threading to fix support for `gpython <https://pypi.org/project/pygolang/#gpython>`_ and `gevent <https://www.gevent.org/>`_ - by :user:`navytux`. (`#1897 <https://github.com/pypa/virtualenv/issues/1897>`_) +- Upgrade setuptools from ``49.2.0`` on ``Python 3.5+`` - by :user:`gaborbernat`. (`#1898 <https://github.com/pypa/virtualenv/issues/1898>`_) + + v20.0.26 (2020-07-07) --------------------- diff --git a/docs/changelog/1897.bugfix.rst b/docs/changelog/1897.bugfix.rst deleted file mode 100644 index 59ff426..0000000 --- a/docs/changelog/1897.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -No longer preimport threading to fix support for `gpython <https://pypi.org/project/pygolang/#gpython>`_ and `gevent <https://www.gevent.org/>`_ - by :user:`navytux`. diff --git a/docs/changelog/1898.bugfix.rst b/docs/changelog/1898.bugfix.rst deleted file mode 100644 index 8a4beb7..0000000 --- a/docs/changelog/1898.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade setuptools from ``49.2.0`` on ``Python 3.5+`` - by :user:`gaborbernat`. |