diff options
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e18add4..4bcfcf7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,10 +7,11 @@ Changelog * Report E731 for lambda assignment. (Issue #277) -* Report E704 for one-liner def instead of E701. (Issue #277) +* Report E704 for one-liner def instead of E701. + Do not report this error in the default configuration. (Issue #277) * Replace codes E111, E112 and E113 with codes E114, E115 and E116 - for wrong indentation of comments. (Issue #274) + for bad indentation of comments. (Issue #274) * Report E266 instead of E265 when the block comment starts with multiple ``#``. (Issue #270) |