summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-01-04 16:10:51 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2023-01-04 16:10:51 -0800
commitf07335d358282d47fa593de9b31bb94e950fb782 (patch)
treeebe96c4ca1593d4044f6dc44a198e7cfbc7ab09a
parent4eed8d5135e6c2f04c7779354b262c86ae90d898 (diff)
downloadtox-git-f07335d358282d47fa593de9b31bb94e950fb782.tar.gz
release 4.2.34.2.3
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2815.bugfix.rst1
-rw-r--r--docs/changelog/2822.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 6a384461..70c4816d 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,15 @@ Release History
.. towncrier release notes start
+v4.2.3 (2023-01-04)
+-------------------
+
+Bugfixes - 4.2.3
+~~~~~~~~~~~~~~~~
+- ``devenv`` does not respect the specified path when the package is a wheel file - by :user:`gaborbernat`. (:issue:`2815`)
+- Require space after colon before factor filter expansion, unless it is the last character of the line - by :user:`pdecat`. (:issue:`2822`)
+
+
v4.2.2 (2023-01-04)
-------------------
diff --git a/docs/changelog/2815.bugfix.rst b/docs/changelog/2815.bugfix.rst
deleted file mode 100644
index 2188b01e..00000000
--- a/docs/changelog/2815.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-``devenv`` does not respect the specified path when the package is a wheel file - by :user:`gaborbernat`.
diff --git a/docs/changelog/2822.bugfix.rst b/docs/changelog/2822.bugfix.rst
deleted file mode 100644
index 3c0dc9d8..00000000
--- a/docs/changelog/2822.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Require space after colon before factor filter expansion, unless it is the last character of the line - by :user:`pdecat`.