summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6204fc..5a6610f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -159,6 +159,10 @@ ChangeLog for Pylint
an unary operand is used on something which doesn't support that
operation (for instance, using the unary bitwise inversion operator
on an instance which doesn't implement __invert__).
+
+ * Take in consideration differences between arguments of various
+ type of functions (classmethods, staticmethods, properties)
+ when checking for `arguments-differ`. Closes issue #548.