summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/6871.user_action
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/6871.user_action')
-rw-r--r--doc/whatsnew/fragments/6871.user_action4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/whatsnew/fragments/6871.user_action b/doc/whatsnew/fragments/6871.user_action
index eace82f7a..7cabc1ca1 100644
--- a/doc/whatsnew/fragments/6871.user_action
+++ b/doc/whatsnew/fragments/6871.user_action
@@ -9,7 +9,9 @@ and they now need to be enabled explicitly.
The `pylint.extensions.emptystring`` and ``pylint.extensions.compare-to-zero`` extensions
no longer exists and needs to be removed from the ``load-plugins`` option.
+Messages related to implicit booleaness were made more explicit and actionable.
+
This permits to make their likeness explicit and will provide better performance as they share most of their
conditions to be raised.
-Refs #6871
+Closes #6871