summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-30 15:48:22 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-30 15:48:22 +0300
commit6354d5ab66c119ed05ec3faa71c27a520b862e3d (patch)
treece06d717ea6a6d8029c43c652624d0ff61dda2b8 /ChangeLog
parentfd17d09f94aa286139723de9f86b5d04e7acf858 (diff)
downloadpylint-6354d5ab66c119ed05ec3faa71c27a520b862e3d.tar.gz
Don't consider a class abstract if its members can't be properly inferred.
This fixes a false positive related to abstract-class-instantiated. Closes issue #648.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abd0ad3..30365f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -303,6 +303,12 @@ ChangeLog for Pylint
* 'deprecated-module' can be shown for modules which aren't
available. Closes issue #362.
+ * Don't consider a class abstract if its members can't
+ be properly inferred.
+
+ This fixes a false positive related to abstract-class-instantiated.
+ Closes issue #648.
+
2015-03-14 -- 1.4.3