summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-02-13 10:12:01 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-02-13 10:12:01 +0100
commit612b87a3b3eaa6e862198c99d120e492cbfa19d9 (patch)
tree4e931d7c2817eb8438d2638fe04709320a28c22e /ChangeLog
parentc95f911a915ab88573bcc65217eed7f488281df6 (diff)
downloadpylint-git-612b87a3b3eaa6e862198c99d120e492cbfa19d9.tar.gz
Allow ``BaseException`` for emitting ``broad-except``, just like ``Exception``.
Close #2741
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4f6d2575..121d228cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@ What's New in Pylint 2.3.0?
Release date: TBA
+* Allow ``BaseException`` for emitting ``broad-except``, just like ``Exception``.
+
+ Close #2741
+
* Fixed a crash that occurred for ``bad-str-strip-call`` when ``strip()`` received ``None``
Close #2743