summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.