From 5c0863ce39fcfe03df4dd2e80d1d690e3d1fecdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Wed, 7 Dec 2022 18:03:25 -0800 Subject: [PATCH] release 4.0.2 --- docs/changelog.rst | 9 +++++++++ docs/changelog/2616.bugfix.rst | 1 - docs/changelog/2624.bugfix.rst | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog/2616.bugfix.rst delete mode 100644 docs/changelog/2624.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index cbec9a13d..7b1fc51ba 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 91f854c3c..000000000 --- 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 6cd9c50e9..000000000 --- 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`.