summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2010-03-23 08:49:23 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2010-03-23 08:49:23 +0100
commit554bf4e55dee455fa5cacc6cc6ff88129e4486ea (patch)
tree17cdd5f0b6cb1873a6e719a4a8ca5655ffb1d283 /ChangeLog
parente413924a4cd837914f521df4bb3daa165812c329 (diff)
downloadpylint-git-554bf4e55dee455fa5cacc6cc6ff88129e4486ea.tar.gz
nikola kramaric fix #5975, Abstract intermediate class not recognized as such
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f6a1da7d..65e89b7b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@ ChangeLog for PyLint
* fix #20991, class scope definitions ignored in a genexpr
+ * fix #5975, Abstract intermediate class not recognized as such
+
* fix #5977, yield and return statement have their own counters, no more R0911
(Too many return statements) when a function have many yield stamtements