summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-09 00:31:29 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-09 00:31:29 +0200
commit1825decf9f755385f0c18382faaa2aa7c59d89be (patch)
tree85a3b7413745a6a57f582e63e7aaf38586b4eecc /CHANGES.txt
parenta2c3b9b05928000b5494a1c13c3068cd53eaf8f5 (diff)
downloadpep8-1825decf9f755385f0c18382faaa2aa7c59d89be.tar.gz
Fix regression with E22 checks and inline comments; issue #271
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 479ba1f..7b77d65 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,9 +2,19 @@ Changelog
=========
+1.x (unreleased)
+----------------
+
+Bug fixes:
+
+* Fix regression with E22 checks and inline comments. (Issue #271)
+
+
1.5.4 (2014-04-07)
------------------
+Bug fixes:
+
* Fix negative offset with E303 before a multi-line docstring.
(Issue #269)