summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-01-05 10:22:38 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2023-01-05 10:22:38 -0800
commitaf35384bb2eeb13e1a023ce9f0e9530adafa63dd (patch)
tree7cb6ff5ef75a419952e0336c56391ac6675caa38
parentfc289c06f59b06a0fae0c862d0f2df929f9e182b (diff)
downloadtox-git-af35384bb2eeb13e1a023ce9f0e9530adafa63dd.tar.gz
release 4.2.44.2.4
-rw-r--r--docs/changelog.rst10
-rw-r--r--docs/changelog/2754.bugfix.rst2
-rw-r--r--docs/changelog/2823.bugfix.rst1
3 files changed, 10 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 70c4816d..8bf0ece6 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,16 @@ Release History
.. towncrier release notes start
+v4.2.4 (2023-01-05)
+-------------------
+
+Bugfixes - 4.2.4
+~~~~~~~~~~~~~~~~
+- Setting ``[testenv] basepython = python3`` will no longer override the Python interpreter version requested by a factor,
+ such as ``py311`` - by :user:`stephenfin`. (:issue:`2754`)
+- Also accept tab after colon before factor filter expansion - by :user:`pdecat`. (:issue:`2823`)
+
+
v4.2.3 (2023-01-04)
-------------------
diff --git a/docs/changelog/2754.bugfix.rst b/docs/changelog/2754.bugfix.rst
deleted file mode 100644
index d948067f..00000000
--- a/docs/changelog/2754.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Setting ``[testenv] basepython = python3`` will no longer override the Python interpreter version requested by a factor,
-such as ``py311`` - by :user:`stephenfin`.
diff --git a/docs/changelog/2823.bugfix.rst b/docs/changelog/2823.bugfix.rst
deleted file mode 100644
index 7b0b6e21..00000000
--- a/docs/changelog/2823.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Also accept tab after colon before factor filter expansion - by :user:`pdecat`.