summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-03 23:13:10 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-03 23:13:10 +0300
commit412e23c21d27800427f2c5a78958447e81421ac7 (patch)
tree8aa52f202d27213fcd006629d5aa78cd9a456f2a /ChangeLog
parent10ff53c067ba2738dde7bcb39f496e7997a27e8f (diff)
downloadpylint-412e23c21d27800427f2c5a78958447e81421ac7.tar.gz
Enable misplaced-future for Python 3. Closes issue #580.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a5788e..5c9eb39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -207,6 +207,8 @@ ChangeLog for Pylint
pyreverse.inspector.project_from_files and pyreverse.inspector.interfaces.
These were moved since they didn't belong in astroid.
+
+ * Enable misplaced-future for Python 3. Closes issue #580.