summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-05-10 07:28:17 -0400
committerClaudiu Popa <pcmanticore@gmail.com>2018-05-10 07:35:04 -0400
commit75391673981ce261000c81c15bf10ab47488708f (patch)
tree09355fd8ef363694fcd25ed90021d4f6780e6913 /ChangeLog
parent5915041a113508a0f72232a8234b4a55808f6dd4 (diff)
downloadpylint-git-75391673981ce261000c81c15bf10ab47488708f.tar.gz
The Python 3 porting checker can run with Python 3 as well
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9138b683b..c412976e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,12 @@ Pylint's ChangeLog
What's New in Pylint 1.9.0?
===========================
+
Release date:
+
+ * The Python 3 porting mode can now run with Python 3 as well.
+
* docparams extension allows abstract methods to document what overriding
implementations should return, and to raise NotImplementedError without
documenting it.