diff --git a/docs/changelog.rst b/docs/changelog.rst index 3da74ce68..ada3c9578 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,21 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.24.1 (2021-07-31) +Bugfixes +^^^^^^^^ + +- ``get_requires_for_build_sdist`` hook (PEP 517) is assumed to return an empty list if left unimplemented by the backend build system - by :user:`oczkoisse` + `#2130 `_ + + +Documentation +^^^^^^^^^^^^^ + +- The documentation of ``install_command`` now also mentions that you can provide arbitrary commands - by :user:`jugmac00` + `#2081 `_ + + v3.24.0 (2021-07-14) -------------------- diff --git a/docs/changelog/2081.doc.rst b/docs/changelog/2081.doc.rst deleted file mode 100644 index 1e0a11078..000000000 --- a/docs/changelog/2081.doc.rst +++ /dev/null @@ -1 +0,0 @@ -The documentation of ``install_command`` now also mentions that you can provide arbitrary commands - by :user:`jugmac00` diff --git a/docs/changelog/2130.bugfix.rst b/docs/changelog/2130.bugfix.rst deleted file mode 100644 index aac4524c4..000000000 --- a/docs/changelog/2130.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -``get_requires_for_build_sdist`` hook (PEP 517) is assumed to return an empty list if left unimplemented by the backend build system - by :user:`oczkoisse`