summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-07-02 16:07:05 +0300
committercpopa <devnull@localhost>2014-07-02 16:07:05 +0300
commit82255ff411d37b1a47fe98029e7f4e9d6efa85a8 (patch)
tree21b1cf7f84605bb9663036f9c30ad9780b28a752 /ChangeLog
parenta71c0b48285566da852d5db35cf5698bcad48119 (diff)
downloadpylint-82255ff411d37b1a47fe98029e7f4e9d6efa85a8.tar.gz
Emit 'not-callable' when calling properties. Closes issue #268.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
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.