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 a7f3901..f42ff32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -179,6 +179,9 @@ ChangeLog for Pylint
mode. This mode will emit warnings and errors for constructs
invalid or removed in Python 3, helping the users of Pylint
to port their projects.
+
+ * Add 'old-octal-literal' to Python 3 porting checker, emitted when
+ encountering octals with the old syntax.