summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-20 19:15:40 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-20 19:15:40 +0300
commitf6f5d270e7cfadb3dc0a3966c2edf4e322361fac (patch)
treea37ba3877db6ba37ac8c78d0fa48c0df17af60a7 /ChangeLog
parent050fc46ebc5d4ddfc50b7553f4af336172431ac5 (diff)
downloadpylint-f6f5d270e7cfadb3dc0a3966c2edf4e322361fac.tar.gz
Obsolete options are not present by default in the generated configuration file.
Closes issue #632.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d6c9a7..7424066 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@ ChangeLog for Pylint
--
+ * Obsolete options are not present by default in the generated
+ configuration file. Closes issue #632.
+
* non-iterator-returned can detect classes with iterator-metaclasses.
Closes issue #679.