From 67db583987def5ea5d6f100c363bbf44449422db Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Fri, 30 Oct 2015 14:42:41 +0200 Subject: Add ChangeLog entry for issue #675. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') 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 -- cgit v1.2.1