Skip to content

Commit 3641a47

Browse files
committed
release 4.0.11
1 parent c9394e8 commit 3641a47

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

docs/changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.0.11 (2022-12-14)
8+
--------------------
9+
10+
Features - 4.0.11
11+
~~~~~~~~~~~~~~~~~
12+
- Modified handling of ``NO_COLOR`` environment variable, consistent with
13+
`de facto conventions <https://no-color.org>`_: any non-empty string will enable ``NO_COLOR`` (disable colorized
14+
output); no ``NO_COLOR`` variable or ``NO_COLOR`` with an empty string will disable ``NO_COLOR`` (enable colorized
15+
output) - by :user:`ptmcg`. (:issue:`2719`)
16+
17+
Bugfixes - 4.0.11
18+
~~~~~~~~~~~~~~~~~
19+
- ``TOX_SKIP_ENV`` environment variable now works again, and can also be set via the CLI argument ``--skip-env``
20+
for any command where ``-e`` can be set - by :user:`mgedmin`. (:issue:`2698`)
21+
- ``tox config`` should only show :ref:`env_list` arguments by default instead of ``ALL`` - by :user:`gaborbernat`. (:issue:`2726`)
22+
23+
724
v4.0.10 (2022-12-14)
825
--------------------
926

docs/changelog/2698.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2719.feature.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/changelog/2726.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)