summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 021f93963..ef84874ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@ What's New in Pylint 2.2?
Release date: TBA
+ * Handle ``AstroidSyntaxError`` when trying to import a module.
+
+ Close #2313
+
* Allow ``__module__`` to be redefined at a class level. Close #2451
* ``pylint`` used to emit a ``unused-variable`` error if unused import was found in the function. Now instead of