summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44aa9091b..a6e92bbd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@ What's New in Pylint 2.3.0?
Release date: TBA
+* Added a new command line option ``list-groups`` for listing all the check groups ``pylint`` knows about.
+
* Allow ``BaseException`` for emitting ``broad-except``, just like ``Exception``.
Close #2741