summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-05-26 23:23:50 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-05-26 23:23:50 +0200
commit618fd6bc48450d06402f125d9842863524ff8a09 (patch)
treed732494d94a500e157bd3e776364eaecf5f0b180
parent8c58f1f5ae1a79c38c3a85992b310a33b8115468 (diff)
downloadpep8-618fd6bc48450d06402f125d9842863524ff8a09.tar.gz
Add changelog entry
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fd462b9..2685e93 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,6 +14,8 @@ Bug fixes:
* Check the last line even if it does not end with a newline. (Issue #286)
+* Always open files in universal newlines mode in Python 2. (Issue #288)
+
1.5.6 (2014-04-14)
------------------