summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2022-12-14 18:56:57 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2022-12-14 18:56:57 -0800
commit3641a477e40e606320fea11949b5bb571aace7d5 (patch)
tree7d41ac15f140ff1c6e2ba6d49f4b1c435fca20c6
parentc9394e87de0a8eedaaae7653ee16c8ab611e5d1e (diff)
downloadtox-git-3641a477e40e606320fea11949b5bb571aace7d5.tar.gz
release 4.0.114.0.11
-rw-r--r--docs/changelog.rst17
-rw-r--r--docs/changelog/2698.bugfix.rst2
-rw-r--r--docs/changelog/2719.feature.rst4
-rw-r--r--docs/changelog/2726.bugfix.rst1
4 files changed, 17 insertions, 7 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 4abe5134..282b0182 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,23 @@ Release History
.. towncrier release notes start
+v4.0.11 (2022-12-14)
+--------------------
+
+Features - 4.0.11
+~~~~~~~~~~~~~~~~~
+- Modified handling of ``NO_COLOR`` environment variable, consistent with
+ `de facto conventions <https://no-color.org>`_: any non-empty string will enable ``NO_COLOR`` (disable colorized
+ output); no ``NO_COLOR`` variable or ``NO_COLOR`` with an empty string will disable ``NO_COLOR`` (enable colorized
+ output) - by :user:`ptmcg`. (:issue:`2719`)
+
+Bugfixes - 4.0.11
+~~~~~~~~~~~~~~~~~
+- ``TOX_SKIP_ENV`` environment variable now works again, and can also be set via the CLI argument ``--skip-env``
+ for any command where ``-e`` can be set - by :user:`mgedmin`. (:issue:`2698`)
+- ``tox config`` should only show :ref:`env_list` arguments by default instead of ``ALL`` - by :user:`gaborbernat`. (:issue:`2726`)
+
+
v4.0.10 (2022-12-14)
--------------------
diff --git a/docs/changelog/2698.bugfix.rst b/docs/changelog/2698.bugfix.rst
deleted file mode 100644
index 71e65651..00000000
--- a/docs/changelog/2698.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-``TOX_SKIP_ENV`` environment variable now works again, and can also be set via the CLI argument ``--skip-env``
-for any command where ``-e`` can be set - by :user:`mgedmin`.
diff --git a/docs/changelog/2719.feature.rst b/docs/changelog/2719.feature.rst
deleted file mode 100644
index b80cace7..00000000
--- a/docs/changelog/2719.feature.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Modified handling of ``NO_COLOR`` environment variable, consistent with
-`de facto conventions <https://no-color.org>`_: any non-empty string will enable ``NO_COLOR`` (disable colorized
-output); no ``NO_COLOR`` variable or ``NO_COLOR`` with an empty string will disable ``NO_COLOR`` (enable colorized
-output) - by :user:`ptmcg`.
diff --git a/docs/changelog/2726.bugfix.rst b/docs/changelog/2726.bugfix.rst
deleted file mode 100644
index a6fde490..00000000
--- a/docs/changelog/2726.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-``tox config`` should only show :ref:`env_list` arguments by default instead of ``ALL`` - by :user:`gaborbernat`.