diff options
-rw-r--r-- | docs/changelog.rst | 10 | ||||
-rw-r--r-- | docs/changelog/1738.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/1739.bugfix.rst | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 1b513ee..1feb4e1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,16 @@ Release History .. towncrier release notes start +v20.0.13 (2020-03-19) +--------------------- + +Bugfixes - 20.0.13 +~~~~~~~~~~~~~~~~~~ +- Do not fail when the pyc files is missing for the host Python 2 - by :user:`gaborbernat`. (`#1738 <https://github.com/pypa/virtualenv/issues/1738>`_) +- Support broken Packaging pythons that put the include headers under distutils pattern rather than sysconfig one + - by :user:`gaborbernat`. (`#1739 <https://github.com/pypa/virtualenv/issues/1739>`_) + + v20.0.12 (2020-03-19) --------------------- diff --git a/docs/changelog/1738.bugfix.rst b/docs/changelog/1738.bugfix.rst deleted file mode 100644 index 724a88d..0000000 --- a/docs/changelog/1738.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Do not fail when the pyc files is missing for the host Python 2 - by :user:`gaborbernat`. diff --git a/docs/changelog/1739.bugfix.rst b/docs/changelog/1739.bugfix.rst deleted file mode 100644 index e5fc177..0000000 --- a/docs/changelog/1739.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Support broken Packaging pythons that put the include headers under distutils pattern rather than sysconfig one -- by :user:`gaborbernat`. |