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`.