summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-03 18:30:36 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-03 18:30:36 +0200
commit2715ed6391410f2bc51448619caf9ceb2b02731d (patch)
treeca988b6734a10b8f1d135895ce5a6f54ccddb60f
parent68a929fa8b8fe9664135cd0cdbd127107e92f66d (diff)
downloadpep8-2715ed6391410f2bc51448619caf9ceb2b02731d.tar.gz
Reorder changelog
-rw-r--r--CHANGES.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 195604d..49f97be 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,12 +5,16 @@ Changelog
1.5.x (unreleased)
------------------
+Changes:
+
+* Distribute a universal wheel file.
+
+Bug fixes:
+
* Fix false positive E121/E126 with multi-line strings. (Issue #265)
* Fix E501 not detected in comments with Python 2.5.
-* Distribute a universal wheel file.
-
1.5.1 (2014-03-27)
------------------