summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
------------------