summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2021-08-21 14:40:12 +0100
committerBernát Gábor <gaborjbernat@gmail.com>2021-08-21 14:40:12 +0100
commitdb3149ecd44c0b03418386074a3b07de2914a14d (patch)
treea878b05b9c7ffc65422778854bee22ffdaafcf98
parent8f5ca1165749efd71d4d3afc19285a9257fe1279 (diff)
downloadtox-git-3.24.3.tar.gz
release 3.24.33.24.3release-3.24.3
-rw-r--r--docs/changelog.rst15
-rw-r--r--docs/changelog/1421.bugfix.rst1
-rw-r--r--docs/changelog/2168.misc.rst1
3 files changed, 15 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 7b4bf2d6..1b27f059 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.3 (2021-08-21)
+Bugfixes
+^^^^^^^^
+
+- ``--parallel`` reports now show ASCII OK/FAIL/SKIP lines when full Unicode output is not available - by :user:`brettcs`
+ `#1421 <https://github.com/tox-dev/tox/issues/1421>`_
+
+
+Miscellaneous
+^^^^^^^^^^^^^
+
+- Started enforcing valid references in Sphinx docs -- :user:`webknjaz`
+ `#2168 <https://github.com/tox-dev/tox/issues/2168>`_
+
+
v3.24.2 (2021-08-18)
--------------------
diff --git a/docs/changelog/1421.bugfix.rst b/docs/changelog/1421.bugfix.rst
deleted file mode 100644
index 8e0a5ff5..00000000
--- a/docs/changelog/1421.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-``--parallel`` reports now show ASCII OK/FAIL/SKIP lines when full Unicode output is not available - by :user:`brettcs`
diff --git a/docs/changelog/2168.misc.rst b/docs/changelog/2168.misc.rst
deleted file mode 100644
index 1cc7fe17..00000000
--- a/docs/changelog/2168.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Started enforcing valid references in Sphinx docs -- :user:`webknjaz`