summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-20 14:47:47 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-20 14:47:47 +0300
commit7d3758fccc9bc31f70900451d8a14103bf41f702 (patch)
tree748d611c89a2c072721f763c28af0ec889430709 /ChangeLog
parentdf244c42ca9ba3b54374fbd0b1ae415bd693eb15 (diff)
downloadpylint-7d3758fccc9bc31f70900451d8a14103bf41f702.tar.gz
pylint.checkers.utils.excepts_import_error was removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34af777..bb47c72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -168,6 +168,9 @@ ChangeLog for Pylint
there and it doesn't need to be in astroid.
* astroid.utils.LocalsVisitor was moved to pylint.pyreverse.LocalsVisitor.
+
+ * pylint.checkers.utils.excepts_import_error was removed.
+ Use pylint.chekcers.utils.error_of_type instead.