summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-08-01 10:33:49 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-08-01 10:39:33 +0200
commit7be00a961bbfebcdd7a9b955f974c30c5254a64e (patch)
tree457f6bb05988cb5e242bb4ca7a3385eee1387fc2 /ChangeLog
parentf86ce04b7065ca037b5f28cf6e519ee987f19756 (diff)
downloadpylint-git-7be00a961bbfebcdd7a9b955f974c30c5254a64e.tar.gz
Do not emit *-builtin for Python 3 builtin checks when the builtin is used inside a try-except
Close PyCQA/pylint#2228
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64940445d..8a16e3796 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
Pylint's ChangeLog
------------------
+What's New in Pylint 2.2?
+=========================
+
+Release date: TBA
+
+ * Do not emit *-builtin for Python 3 builtin checks when the builtin is used inside a try-except
+
+ Close PyCQA/pylint#2228
+
What's New in Pylint 2.1?
=========================