From ec347a592bb382e653d3f4ea26276e07e9ac9ec4 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:59:17 +0300 Subject: [PATCH] docs: update the change log --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 54630288..256e4d6c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,7 @@ Fixed ----- - Keep Pylint below version 3.3.0 until we drop support for Python 3.8. - Don't convert ``log_level = ""`` in the configuration file to an integer. +- Add the ``quiet = `` configuration file option. 2.0.1_ - 2024-08-09