summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-04 21:45:55 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-04 21:45:55 +0200
commit45c4a3b9e2b16ecaebaafc84f65ff4c20a9c89d8 (patch)
tree41af23efabbfe90eeb57f501667dc846a8f14343 /CHANGES.txt
parent1d3279be15e7cf132e45983f613ff9d2a4dca4ee (diff)
downloadpep8-45c4a3b9e2b16ecaebaafc84f65ff4c20a9c89d8.tar.gz
Fix wrong offset computation when error is on the last char of a physical line; issue #268
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d81a64d..7f75e4b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,10 @@ Changelog
1.5.x (unreleased)
------------------
+Bug fixes:
+
+* Fix wrong offset computation when error is on the last char
+ of a physical line. (Issue #268)
1.5.2 (2014-04-04)