summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-15 11:57:18 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-15 20:55:02 +0200
commit74ea1458b0bed7ef4371531e8392fa78421dcbf7 (patch)
tree4a95709abf325dfa64daa537e7e9c7038d9ab0ac /ChangeLog
parentcd8af0da8272c081872a3bb17a42d32a2bb7d453 (diff)
downloadpylint-git-74ea1458b0bed7ef4371531e8392fa78421dcbf7.tar.gz
Fix crash on relative import beyond top-level package
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c8bb5c53..e5c4a5bae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,11 @@ Release date: TBA
Closes #4744
+* Fixed a crash when importing beyond the top level package during ``import-error``
+ message creation
+
+ Closes #4775
+
* Added ``ignored-parents`` option to the design checker to ignore specific
classes from the ``too-many-ancestors`` check (R0901).