summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-12-09 14:36:03 -0800
committerGitHub <noreply@github.com>2022-12-09 14:36:03 -0800
commit17950f439e25f66c5c85ef4c56d82052abde50f1 (patch)
treeb8b1849c67fb1363ecc732870155c34404959456
parent0f7dea5c403da0046d25a05d96345ad351eb7b90 (diff)
downloadtox-git-17950f439e25f66c5c85ef4c56d82052abde50f1.tar.gz
Update changelog.rst
-rw-r--r--docs/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 1d436ebb..6c356218 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -14,7 +14,7 @@ Bugfixes - 4.0.4
Improved Documentation - 4.0.4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- Document that running ``--showconfig```or ``--help-ini`` with the ``-v`` flag will add interleaved debugging
+- 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`)