summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-04 22:16:22 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-04 22:16:22 +0300
commit20b663ec6fb7cf830559e169e5fb106f9bd182ac (patch)
tree7850bff6e62413cd4be89c92679dcad3a19b8767 /ChangeLog
parent48f89e053b0b91d5cc1a1401a5b871815e4bcf9e (diff)
downloadpylint-20b663ec6fb7cf830559e169e5fb106f9bd182ac.tar.gz
Don't emit 'assigning-non-slot' for descriptors. Closes issue #652.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c9a2cc..e1e71c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -325,6 +325,8 @@ ChangeLog for Pylint
* Add a new convention warning, 'singleton-comparison', emitted when
comparison to True, False or None is found.
+ * Don't emit 'assigning-non-slot' for descriptors. Closes issue #652.
+
2015-03-14 -- 1.4.3