From bb90444979e4ded0704c0cc308d4759ff1f239dd Mon Sep 17 00:00:00 2001 From: Fixator10 Date: Sat, 27 Feb 2021 01:37:35 +0400 Subject: [PATCH] [Changelog] Fix argument name in 3.4.6 changelog (#4861) --- docs/changelog_3_4_0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog_3_4_0.rst b/docs/changelog_3_4_0.rst index f979443ac..e7f465515 100644 --- a/docs/changelog_3_4_0.rst +++ b/docs/changelog_3_4_0.rst @@ -48,7 +48,7 @@ Core Bot - The colors used have been adjusted to be readable on many more terminal applications - The ``NO_COLOR`` environment variable can now be set to forcefully disable all colors in the console output - Tracebacks will now use the full width of the terminal again - - Tracebacks no longer contain multiple lines per stack level (this can now be changed with the flag ``-rich-traceback-extra-lines``) + - Tracebacks no longer contain multiple lines per stack level (this can now be changed with the flag ``--rich-traceback-extra-lines``) - Disabled syntax highlighting on the log messages - Dev cog no longer captures logging output - Added some cool features for developers