summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-30 14:42:41 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-30 14:42:41 +0200
commit67db583987def5ea5d6f100c363bbf44449422db (patch)
treecaa732bbd1d1e1d555be5171d268086a6a6924a7
parent53596950726cef80898094abe5398d7980059476 (diff)
downloadpylint-67db583987def5ea5d6f100c363bbf44449422db.tar.gz
Add ChangeLog entry for issue #675.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f44f14..948520c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -369,6 +369,12 @@ ChangeLog for Pylint
emitted when code that uses `range` and `len` for iterating is encountered.
Closes issue #684.
+ * Added two new refactoring messages, 'no-classmethod-decorator' and
+ 'no-staticmethod-decorator', which are emitted when a static method or a class
+ method is declared without using decorators syntax.
+
+ Closes issue #675.
+
2015-03-14 -- 1.4.3