summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-11-05 17:17:19 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-11-05 17:17:19 +0200
commit60c8b26efc81e78e9612d3eee0fa13edd2f52edb (patch)
tree7012d50c72e79261a176e44643a929b363a26427 /ChangeLog
parente95781ae23b53a1c3808d974fd3886af26cb5dc7 (diff)
parent6659e420cec3a1db49efc6bb916886e56c2d5e78 (diff)
downloadpylint-60c8b26efc81e78e9612d3eee0fa13edd2f52edb.tar.gz
Merge
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ad85d5..39b70c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@ ChangeLog for Pylint
--------------------
--
+
+ * Property methods are shown as attributes instead of functions in
+ pyreverse class diagrams. Closes Issue #284
+
* Add a new refactoring error, 'too-many-nested-blocks', which is emitted
when a function or a method has too many nested blocks, which makes the
code less readable and harder to understand. Closes issue #668.