summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorssolanki <sushobhitsolanki@gmail.com>2018-08-08 13:31:19 +0530
committerSushobhit <31987769+sushobhit27@users.noreply.github.com>2018-08-21 20:52:40 +0530
commit15336694542664b4d8eff61afc607cfbb4c0054d (patch)
tree3f1459516a6b83f593150a93c890b7257c3f100e /ChangeLog
parentd37e2b7423dbd2db0f2d132b20d40800bf9a3ead (diff)
downloadpylint-git-15336694542664b4d8eff61afc607cfbb4c0054d.tar.gz
Consider tuples in exc handler for ``try-except-raise``
change code to ignore not-an-iterable incorporate review comments
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65f74bbc0..8bb81581c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,8 @@ Release date: TBA
Close #741
+ * Consider tuples in exception handler for ``try-except-raise``.
+ Close #2389
What's New in Pylint 2.1.1?
===========================