summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAivar Annamaa <aivarannamaa@users.noreply.github.com>2018-09-09 11:41:55 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2018-09-09 10:41:55 +0200
commitfaaaafe651699fa333cd5478745136b19b2dbeee (patch)
tree5d9e974589312caedc2d139acd33956bd0f84943 /ChangeLog
parent61655251f2260570c6a32df6ff44527e25c34b1a (diff)
downloadpylint-git-faaaafe651699fa333cd5478745136b19b2dbeee.tar.gz
Remove wrong modules from 'bad-python3-import' (#2454)
Close #2453
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d0c3d858..c3d11615f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@ What's New in Pylint 2.2?
Release date: TBA
+ * Remove wrong modules from 'bad-python3-import'.
+
+ Close #2453
+
* The ``json`` reporter prints an empty list when no messages are emitted
Close #2446