summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorspaceone <devnull@localhost>2015-10-12 21:52:37 +0200
committerspaceone <devnull@localhost>2015-10-12 21:52:37 +0200
commit6659e420cec3a1db49efc6bb916886e56c2d5e78 (patch)
tree5192f228a0c66aaf4f96fd8366d17b231f2b2c57 /ChangeLog
parent4e82b39a1e0e2329de4df11cd79740a5455b7b5d (diff)
downloadpylint-6659e420cec3a1db49efc6bb916886e56c2d5e78.tar.gz
display properties as attributes in pyreverse class diagram
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 964ab1a..5989f12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ ChangeLog for Pylint
--------------------
--
+ * Property methods are shown as attributes instead of functions in
+ pyreverse class diagrams. Closes Issue #284
+
* Add checker to identify multiple imports on one line.
Closes issue #598.