summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-04 18:13:45 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-04 18:13:45 +0300
commitcd3c306617bcbd3e876e1e5197e44ba804709794 (patch)
treecb7bb05eee9a631d11b89e2b7ddb67109169c4f2 /ChangeLog
parent32a3772534dd199bb9b14d781c7f98beca22fcf2 (diff)
downloadpylint-cd3c306617bcbd3e876e1e5197e44ba804709794.tar.gz
Add ChangeLog entry for changeset ec1d42a12
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c9811c..6c9a2cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -322,6 +322,9 @@ ChangeLog for Pylint
an async context manager block is used with an object which doesn't
support this protocol (PEP 492).
+ * Add a new convention warning, 'singleton-comparison', emitted when
+ comparison to True, False or None is found.
+
2015-03-14 -- 1.4.3