summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c361c10..ff1b671 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,9 @@ ChangeLog for Pylint
`type(x) == Y` instead of `isinstance(x, Y)`. Patch by Chris Rebert.
Closes issue #299.
+ * Add support for combining the Python 3 checker mode with the --jobs
+ flag (--py3k and --jobs). Closes issue #467.
+
2015-01-16 -- 1.4.1