summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-12-30 16:26:47 -0800
committerBernát Gábor <gaborjbernat@gmail.com>2022-12-30 16:26:47 -0800
commit6253d6220486e17c6132f613cc6218c87b084417 (patch)
treebe88f3e63587f3e5442c0fe720de37c95c90f71c
parent196b20de4c969a163d34692d8a5d646cad4717d6 (diff)
downloadtox-git-6253d6220486e17c6132f613cc6218c87b084417.tar.gz
release 4.1.24.1.2
-rw-r--r--docs/changelog.rst11
-rw-r--r--docs/changelog/2649.bugfix.rst1
-rw-r--r--docs/changelog/2685.bugfix.rst2
-rw-r--r--docs/changelog/2791.bugfix.rst1
4 files changed, 11 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 9b47c52e..87a7e5ae 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,17 @@ Release History
.. towncrier release notes start
+v4.1.2 (2022-12-30)
+-------------------
+
+Bugfixes - 4.1.2
+~~~~~~~~~~~~~~~~
+- Fix ``--skip-missing-interpreters`` behaviour - by :user:`q0w`. (:issue:`2649`)
+- Restore tox 3 behaviour of showing the output of pip freeze, however now only active when running inside a CI
+ environment - by :user:`gaborbernat`. (:issue:`2685`)
+- Fix extracting extras from markers with many extras - by :user:`q0w`. (:issue:`2791`)
+
+
v4.1.1 (2022-12-29)
-------------------
diff --git a/docs/changelog/2649.bugfix.rst b/docs/changelog/2649.bugfix.rst
deleted file mode 100644
index 04874165..00000000
--- a/docs/changelog/2649.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``--skip-missing-interpreters`` behaviour - by :user:`q0w`.
diff --git a/docs/changelog/2685.bugfix.rst b/docs/changelog/2685.bugfix.rst
deleted file mode 100644
index 90beb049..00000000
--- a/docs/changelog/2685.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Restore tox 3 behaviour of showing the output of pip freeze, however now only active when running inside a CI
-environment - by :user:`gaborbernat`.
diff --git a/docs/changelog/2791.bugfix.rst b/docs/changelog/2791.bugfix.rst
deleted file mode 100644
index 172874be..00000000
--- a/docs/changelog/2791.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix extracting extras from markers with many extras - by :user:`q0w`.