summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2021-07-31 13:10:14 +0100
committerBernát Gábor <gaborjbernat@gmail.com>2021-07-31 13:10:14 +0100
commit80918013ac88335331cc5c9b09f2912dad41b63a (patch)
tree9f4cd358c05996ef2bfda7e8a389d6a7704d5083
parentdb5861cc7a6cb9d7479116077065423c8d358218 (diff)
downloadtox-git-80918013ac88335331cc5c9b09f2912dad41b63a.tar.gz
release 3.24.13.24.1
-rw-r--r--docs/changelog.rst15
-rw-r--r--docs/changelog/2081.doc.rst1
-rw-r--r--docs/changelog/2130.bugfix.rst1
3 files changed, 15 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 3da74ce6..ada3c957 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 <https://github.com/tox-dev/tox/issues/2130>`_
+
+
+Documentation
+^^^^^^^^^^^^^
+
+- The documentation of ``install_command`` now also mentions that you can provide arbitrary commands - by :user:`jugmac00`
+ `#2081 <https://github.com/tox-dev/tox/issues/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 1e0a1107..00000000
--- 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 aac4524c..00000000
--- 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`