summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEmile Anclin <devnull@localhost>2015-12-08 12:25:14 +0200
committerEmile Anclin <devnull@localhost>2015-12-08 12:25:14 +0200
commitcb41aa237e4c637da2a9be4e44823d036e1e6430 (patch)
tree6ce3299a2e6d7d7ff3d74e48c26fd6d492dc1680 /ChangeLog
parent3ca41ff239dc11404af65ca4a3060b92d87668ba (diff)
downloadpylint-cb41aa237e4c637da2a9be4e44823d036e1e6430.tar.gz
Give a nice error message when Graphviz is not installed. Closes issue #168.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8129cc..052569f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@ ChangeLog for Pylint
This prevents a crash which can occur when an object doesn't have
.qname() method after the inference.
+ * Don't crash if graphviz is not installed, instead emit a
+ warning letting the user to know.
+
* Don't emit super-on-old-class on classes with unknown bases.
Closes issue #721.