summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-12-07 18:03:43 -0800
committerGitHub <noreply@github.com>2022-12-07 18:03:43 -0800
commit4c485f8d76c82318bfff1064b0a445327823b9e5 (patch)
treeb725cae94a874fe2064e7cf32ba8facc5c903653
parent98830e4b01711a1ea8055f1b5975d9532f3e343e (diff)
parent5c0863ce39fcfe03df4dd2e80d1d690e3d1fecdf (diff)
downloadtox-git-4c485f8d76c82318bfff1064b0a445327823b9e5.tar.gz
Merge pull request #2627 from tox-dev/release-4.0.2
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2616.bugfix.rst1
-rw-r--r--docs/changelog/2624.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index cbec9a13..7b1fc51b 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,15 @@ Release History
.. towncrier release notes start
+v4.0.2 (2022-12-07)
+-------------------
+
+Bugfixes - 4.0.2
+~~~~~~~~~~~~~~~~
+- Unescaped comma in substitution should not be replaced during INI expansion - by :user:`gaborbernat`. (:issue:`2616`)
+- ``tox --showconfig -e py311`` reports tox section, though it should not - by :user:`gaborbernat`. (:issue:`2624`)
+
+
v4.0.1 (2022-12-07)
-------------------
diff --git a/docs/changelog/2616.bugfix.rst b/docs/changelog/2616.bugfix.rst
deleted file mode 100644
index 91f854c3..00000000
--- a/docs/changelog/2616.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Unescaped comma in substitution should not be replaced during INI expansion - by :user:`gaborbernat`.
diff --git a/docs/changelog/2624.bugfix.rst b/docs/changelog/2624.bugfix.rst
deleted file mode 100644
index 6cd9c50e..00000000
--- a/docs/changelog/2624.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-``tox --showconfig -e py311`` reports tox section, though it should not - by :user:`gaborbernat`.