summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-14 16:22:00 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-14 16:22:00 +0300
commit72cd3b2d573b6a1331d2cfd4c52f230da76f8f84 (patch)
tree0d77076cbbe52c0802db34360a42c6853ae0cc5e /ChangeLog
parentc90eae70b2d8974027b749f6996488a0b1a8903b (diff)
downloadpylint-72cd3b2d573b6a1331d2cfd4c52f230da76f8f84.tar.gz
Improve detection of relative imports in non-packages, as well as importing missing modules with a relative import from a package.
The change improves how relative imports are shown when they are missing, with the absolute name, instead of the relative one.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e59c22..7a9dfa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -219,6 +219,10 @@ ChangeLog for Pylint
* ignored-modules can work with qualified names as well as with Unix pattern
matching for recursive ignoring. Closes issues #244.
+
+ * Improve detection of relative imports in non-packages, as well as importing
+ missing modules with a relative import from a package.
+