summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-12-16 20:51:07 +0100
committerIan Lee <IanLee1521@gmail.com>2014-12-18 00:39:05 -0800
commit497f1db5d142ddb891504d2513d52c5f195c05ac (patch)
tree860a2cb5c331ee0e5af44d5c93f62386fecc27bb /CHANGES.txt
parente73ce7d2001f9cd3d1d6acdd1040b7e6abca77fe (diff)
downloadpep8-497f1db5d142ddb891504d2513d52c5f195c05ac.tar.gz
Do not skip physical checks if the newline is escaped; issue #319issue319
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d53fb70..d0ae802 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -43,6 +43,8 @@ Bug fixes:
* Fix false positive E711/E712/E713. (Issues #330 and #336)
+* Do not skip physical checks if the newline is escaped. (Issue #319)
+
1.5.7 (2014-05-29)
------------------