summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e6433e..082c558 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@ ChangeLog for Pylint
This prevents a crash which can occur when an object doesn't have
.qname() method after the inference.
+ * Don't emit super-on-old-class on classes with unknown bases.
+ Closes issue #721.
+
* Added a new warning, 'unsupported-assignment-operation', which is
emitted when item assignment is tried on an object which doesn't
have this ability. Closes issue #591.