summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-14 11:23:57 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-14 11:23:57 +0300
commit9f47e270ec2681efdbbfb36abd9d39ccc02e8bf5 (patch)
treea62aa8ccff27a7def315601021cbb0e461e94a1e /ChangeLog
parent8d528fe8e4e7f81773ae52a454fdd857078fb4e4 (diff)
downloadpylint-9f47e270ec2681efdbbfb36abd9d39ccc02e8bf5.tar.gz
Add a new warning 'unexpected-special-method-signature'.
This is emitted when a special method (dunder method) doesn't have the expected signature, which can lead to actual errors in the application code. Closes issue #253.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7a02a7..623467f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -120,6 +120,11 @@ ChangeLog for Pylint
where the variable was first defined in the class scope.
Closes issue #342 and issue #404.
+ * Add a new warning, 'unexpected-special-method-signature', which is emitted
+ when a special method (dunder method) doesn't have the expected signature,
+ which can lead to actual errors in the application code.
+ Closes issue #253.
+
2015-03-14 -- 1.4.3