summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-12-26 01:16:44 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-12-26 01:16:44 +0100
commit1b0745d59739e8a7fe20545f6ad3f5554bf20e81 (patch)
treefe25b5087997c73f81971ad97cb1c26611b095c3 /CHANGES.txt
parent5d7dbef4f904123b40a9b76a41fb08aa1e3a1d03 (diff)
downloadpep8-1b0745d59739e8a7fe20545f6ad3f5554bf20e81.tar.gz
Report E703 instead of E702 for the trailing semicolon. Issue #117
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dbf3dd1..301a013 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,8 @@ Changelog
* Allow sphinx.ext.autodoc syntax for comments. (Issue #110)
+* Report E703 instead of E702 for the trailing semicolon. (Issue #117)
+
1.4 (2012-12-22)
----------------