diff options
-rw-r--r-- | docs/changelog.rst | 9 | ||||
-rw-r--r-- | docs/changelog/2335.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/2368.bugfix.rst | 1 |
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index c6f921c..f2e0830 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,15 @@ Release History .. towncrier release notes start +v20.15.1 (2022-06-28) +--------------------- + +Bugfixes - 20.15.1 +~~~~~~~~~~~~~~~~~~ +- Fix the incorrect operation when ``setuptools`` plugins output something into ``stdout``. (`#2335 <https://github.com/pypa/virtualenv/issues/2335>`_) +- CPython3Windows creator ignores missing ``DLLs`` dir. (`#2368 <https://github.com/pypa/virtualenv/issues/2368>`_) + + v20.15.0 (2022-06-25) --------------------- diff --git a/docs/changelog/2335.bugfix.rst b/docs/changelog/2335.bugfix.rst deleted file mode 100644 index 205e17e..0000000 --- a/docs/changelog/2335.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix the incorrect operation when ``setuptools`` plugins output something into ``stdout``. diff --git a/docs/changelog/2368.bugfix.rst b/docs/changelog/2368.bugfix.rst deleted file mode 100644 index dc5ad0a..0000000 --- a/docs/changelog/2368.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -CPython3Windows creator ignores missing ``DLLs`` dir. |