summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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