Skip to content

Commit 1fa63aa

Browse files
committed
release 4.0.4
1 parent 791b4aa commit 1fa63aa

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

docs/changelog.rst

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

55
.. towncrier release notes start
66
7+
v4.0.4 (2022-12-09)
8+
-------------------
9+
10+
Bugfixes - 4.0.4
11+
~~~~~~~~~~~~~~~~
12+
- Disable logging from ``distlib.util`` and ``filelock`` as these log messages are too verbose - by :user:`gaborbernat`. (:issue:`2655`)
13+
- Use ``!r`` and ``repr()`` to better display erroneous values in exception from ``StrConverter.to_bool()`` - by :user:`ptmcg`. (:issue:`2665`)
14+
15+
Improved Documentation - 4.0.4
16+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17+
- Document that running ``--showconfig```or ``--help-ini`` with the ``-v`` flag will add interleaved debugging
18+
information, whereas tox v3 added extra lines at the start - by :user:`jugmac00`. (:issue:`2622`)
19+
- Document that tox v4 errors when using ``-U`` when defining dependencies via ``deps`` - by :user:`jugmac00`. (:issue:`2631`)
20+
21+
722
v4.0.3 (2022-12-08)
823
-------------------
924

docs/changelog/2622.doc.rst

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

docs/changelog/2631.doc.rst

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

docs/changelog/2655.bugfix.rst

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

docs/changelog/2665.bugfix.rst

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

0 commit comments

Comments
 (0)