summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-20 17:00:25 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-20 17:00:25 +0300
commit4e4311ef7375d6311b30807895a7531120ee83f7 (patch)
tree7cad25724f799a5589f7cbf1dab5ef688c671563 /ChangeLog
parentc1ffe31653d24c6bf05bdfa1b11cf055491c4822 (diff)
downloadpylint-4e4311ef7375d6311b30807895a7531120ee83f7.tar.gz
missing-module-attribute was removed and the corresponding CLI option, required-attributes, is slated for removal in Pylint 1.6.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c9c284..f619130 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -249,6 +249,10 @@ ChangeLog for Pylint
At the same time, --include-ids and --symbols will also be removed
in Pylint 1.6. Closes issue #570.
+
+ * missing-module-attribute was removed and the corresponding
+ CLI option, required-attributes, which is slated for removal
+ in Pylint 1.6.