summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-21 22:52:16 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-21 22:52:16 +0100
commit525a54d010f04157cb2d63768f9a1853783ffbf4 (patch)
tree33ccff1eb27fe09f4081e0c2b4d3bd0143c0b4fe /ChangeLog
parent9c29e8041fa4ff49e3d4212bb0977c65293587cd (diff)
downloadpylint-525a54d010f04157cb2d63768f9a1853783ffbf4.tar.gz
Don't warn about abstract classes instantiated in their own body. Closes issue #627.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7424066..2003d86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@ ChangeLog for Pylint
--
+ * Don't warn about abstract classes instantiated in their own
+ body. Closes issue #627.
+
* Obsolete options are not present by default in the generated
configuration file. Closes issue #632.