summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-22 23:30:39 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-22 23:30:39 +0300
commit86bd8ca44e3122f7bf722d5efa25d5237097eef1 (patch)
treea51820764b30df67d6598c4b2987aea79900f4c5 /ChangeLog
parenta1e4d2e8ae637d6c2f760dde60b38c3d8bb3269f (diff)
downloadpylint-86bd8ca44e3122f7bf722d5efa25d5237097eef1.tar.gz
Don't emit no-init if not all the bases from a class are known.
Closes issue #604.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a9dfa6..4d5afe3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -222,7 +222,9 @@ ChangeLog for Pylint
* Improve detection of relative imports in non-packages, as well as importing
missing modules with a relative import from a package.
-
+
+ * Don't emit no-init if not all the bases from a class are known.
+ Closes issue #604.