summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-23 11:54:04 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-23 11:54:04 +0100
commitfd5cc44df54b0aeff605ccc62ed1e69fdb52c28b (patch)
treeb0681e4fc4863d75c164b658d57919908f8dd89a /CHANGES.txt
parent61a1f6ddc749ff0e909532f7044c25debe62c404 (diff)
downloadpep8-fd5cc44df54b0aeff605ccc62ed1e69fdb52c28b.tar.gz
Allow long lines in comments too, with similar rules; related to issue #224
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 702a018..0b58221 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,12 @@ Changelog
* Fix regression with multiple brackets. (Issue #214)
+* Allow long lines in multiline strings and comments if they cannot
+ be wrapped. (Issue #224).
+
+* Optionally disable physical line checks inside multiline strings,
+ using ``# noqa``. (Issue #242)
+
1.4.6 (2013-07-02)
------------------