summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2017-01-26 10:33:22 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2017-01-26 10:33:22 +0200
commitde68dd8b8f9595a5a261f326c2acf9bc923d86f0 (patch)
treed2ac48b9c334bb6d19b645312147068f41c95558 /ChangeLog
parent2236f185703da86df83b4ca5a9ac944d8bf6e1f1 (diff)
downloadpylint-git-de68dd8b8f9595a5a261f326c2acf9bc923d86f0.tar.gz
The protocol checks are emitting their messages when a special method is set to None.
Close #1263
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2f87536b..3d7cee30a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@ What's New in Pylint 2.0?
Release date: tba
+ * The protocol checks are emitting their messages when a special method is set to None.
+
+ Close #1263
+
* Properly detect if imported name is assigned to same name in different
scope.