summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02e89c985..cda5350fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,11 @@ What's New in Pylint 1.9.3?
Release date: |TBA|
+ * Fix incorrect file path when file absolute path contains multiple ``path_strip_prefix`` strings.
+
+ Close #1120 and #2280
+
+
* `in` is considered iterating context for some of the Python 3 porting checkers
Close #2186