summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-13 12:48:35 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-13 13:33:51 -0800
commit4f5e7120a840a40e6184de06c2ec8b081196ccc1 (patch)
tree6296c722e61b147bfe9f619783fefec24dab4756
parentfbc5e2d52549452c2adbe58644358cf3c4eeb526 (diff)
downloadpep8-4f5e7120a840a40e6184de06c2ec8b081196ccc1.tar.gz
Update changelog for issue #339 / #343
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4bcfcf7..de027ea 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,8 @@ Changelog
1.x (unreleased)
----------------
+Bug fixes:
+
* Report E731 for lambda assignment. (Issue #277)
* Report E704 for one-liner def instead of E701.
@@ -16,6 +18,8 @@ Changelog
* Report E266 instead of E265 when the block comment starts with
multiple ``#``. (Issue #270)
+* Strip whitespace from around paths during normalization. (Issue #339 / #343)
+
1.5.7 (2014-05-29)
------------------