summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2014-09-12 18:26:53 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2014-09-12 18:26:53 +0300
commit0298d31f8c7f962b6e9d9817c23078d2634d63ca (patch)
tree5312702c660527b7672627247414bf59197af79d /ChangeLog
parentd3f11d51f150ea7f305b39473c746f6ad05cbab8 (diff)
downloadpylint-git-0298d31f8c7f962b6e9d9817c23078d2634d63ca.tar.gz
Add a new warning, 'inherit-non-class', emitted when a class inherits from something which is not a class. Closes issue #331
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 965560e2a..314754252 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -107,6 +107,9 @@ ChangeLog for Pylint
* Don't emit 'unbalanced-tuple-unpacking' when the rhs of the assignment
is a variable length argument. Closes issue #329.
+ * Add a new warning, 'inherit-non-class', emitted when a class inherits
+ from something which is not a class. Closes issue #331.
+
2014-07-26 -- 1.3.0