diff --git a/docs/changelog.rst b/docs/changelog.rst index bf5e6a45d..1d436ebb6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,21 @@ Release History .. towncrier release notes start +v4.0.4 (2022-12-09) +------------------- + +Bugfixes - 4.0.4 +~~~~~~~~~~~~~~~~ +- Disable logging from ``distlib.util`` and ``filelock`` as these log messages are too verbose - by :user:`gaborbernat`. (:issue:`2655`) +- Use ``!r`` and ``repr()`` to better display erroneous values in exception from ``StrConverter.to_bool()`` - by :user:`ptmcg`. (:issue:`2665`) + +Improved Documentation - 4.0.4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Document that running ``--showconfig```or ``--help-ini`` with the ``-v`` flag will add interleaved debugging + information, whereas tox v3 added extra lines at the start - by :user:`jugmac00`. (:issue:`2622`) +- Document that tox v4 errors when using ``-U`` when defining dependencies via ``deps`` - by :user:`jugmac00`. (:issue:`2631`) + + v4.0.3 (2022-12-08) ------------------- diff --git a/docs/changelog/2622.doc.rst b/docs/changelog/2622.doc.rst deleted file mode 100644 index 6d5b9d601..000000000 --- a/docs/changelog/2622.doc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Document that running ``--showconfig```or ``--help-ini`` with the ``-v`` flag will add interleaved debugging -information, whereas tox v3 added extra lines at the start - by :user:`jugmac00`. diff --git a/docs/changelog/2631.doc.rst b/docs/changelog/2631.doc.rst deleted file mode 100644 index 1933c631b..000000000 --- a/docs/changelog/2631.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Document that tox v4 errors when using ``-U`` when defining dependencies via ``deps`` - by :user:`jugmac00`. diff --git a/docs/changelog/2655.bugfix.rst b/docs/changelog/2655.bugfix.rst deleted file mode 100644 index ee0075af3..000000000 --- a/docs/changelog/2655.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Disable logging from ``distlib.util`` and ``filelock`` as these log messages are too verbose - by :user:`gaborbernat`. diff --git a/docs/changelog/2665.bugfix.rst b/docs/changelog/2665.bugfix.rst deleted file mode 100644 index a4be5e9df..000000000 --- a/docs/changelog/2665.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Use ``!r`` and ``repr()`` to better display erroneous values in exception from ``StrConverter.to_bool()`` - by :user:`ptmcg`.