summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1500699..5e7b4b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,16 @@ ChangeLog for Pylint
from other files might leak into the current file,
leading to wrong-import-position being emitted by pylint.
+ * Fix a crash which occurred when old visit methods are encountered
+ in plugin modules. Closes issue #711.
+
+ * Don't emit import-self and cyclic-import for relative imports
+ of modules with the same name as the package itself.
+ Closes issues #708 and #706.
+
+
+2015-11-29 -- 1.5.0
+
* Added multiple warnings related to imports. 'wrong-import-order'
is emitted when PEP 8 recommendations regarding imports are not
respected (that is, standard imports should be followed by third-party