diff --git a/docs/changelog.rst b/docs/changelog.rst index c6f921c1c..f2e08304b 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 `_) +- CPython3Windows creator ignores missing ``DLLs`` dir. (`#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 205e17e08..000000000 --- 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 dc5ad0a71..000000000 --- a/docs/changelog/2368.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -CPython3Windows creator ignores missing ``DLLs`` dir.