From 82255ff411d37b1a47fe98029e7f4e9d6efa85a8 Mon Sep 17 00:00:00 2001 From: cpopa Date: Wed, 2 Jul 2014 16:07:05 +0300 Subject: Emit 'not-callable' when calling properties. Closes issue #268. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e3bce0..fdc27e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,8 @@ ChangeLog for Pylint * Issue attribute-defined-outside-init for all cases, not just for the last assignment. Closes issue #262. + * Emit 'not-callable' when calling properties. Closes issue #268. + 2014-04-30 -- 1.2.1 * Restore the ability to specify the init-hook option via the configuration file, which was accidentally broken in 1.2.0. -- cgit v1.2.1