summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2022-12-17 18:17:44 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2022-12-17 18:17:44 -0800
commite6550b87b6e65760059fd250c18127467cae2dee (patch)
treee6c83c49049181ec97363e1dbc2781f6b9eb4636
parent45e2c29e1681e9f69b72e49358a10b83f535edf9 (diff)
downloadtox-git-e6550b87b6e65760059fd250c18127467cae2dee.tar.gz
release 4.0.134.0.13
-rw-r--r--docs/changelog.rst10
-rw-r--r--docs/changelog/2636.bugfix.rst2
-rw-r--r--docs/changelog/2718.bugfix.rst1
3 files changed, 10 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 18f0f011..f5394132 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,16 @@ Release History
.. towncrier release notes start
+v4.0.13 (2022-12-17)
+--------------------
+
+Bugfixes - 4.0.13
+~~~~~~~~~~~~~~~~~
+- A plain section in INI configuration matching a tox environment name shadowed the laters configuration - by
+ :user:`gaborbernat`. (:issue:`2636`)
+- Fix space not accepted in factor filter expression - by :user:`gaborbernat`. (:issue:`2718`)
+
+
v4.0.12 (2022-12-16)
--------------------
diff --git a/docs/changelog/2636.bugfix.rst b/docs/changelog/2636.bugfix.rst
deleted file mode 100644
index 3362adb0..00000000
--- a/docs/changelog/2636.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-A plain section in INI configuration matching a tox environment name shadowed the laters configuration - by
-:user:`gaborbernat`.
diff --git a/docs/changelog/2718.bugfix.rst b/docs/changelog/2718.bugfix.rst
deleted file mode 100644
index 02e3cab8..00000000
--- a/docs/changelog/2718.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix space not accepted in factor filter expression - by :user:`gaborbernat`.