summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-22 22:15:01 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-22 22:15:01 -0800
commita21598e67abeb557f85855cdc04106c7c212f09b (patch)
tree0c4f424f088d185cdeca110e1ef8ed9657dfa39e /CHANGES.txt
parent96ddf8c25f053a9d7ced73b194d8558c90069319 (diff)
parent2e540a1d8c623b99b35c444649848a40c2f2c95c (diff)
downloadpep8-a21598e67abeb557f85855cdc04106c7c212f09b.tar.gz
Merge pull request #360 from jcrocholl/issue-316
Add E121 and E126 to the DEFAULT_IGNORE list
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 d0ae802..774a90d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -32,6 +32,8 @@ Changes:
* Add ``.tox/`` to default excludes. (Issue #335)
+* Do not report E121 or E126 in the default configuration. (Issues #256 / #316)
+
Bug fixes:
* Don't crash if Checker.build_tokens_line() returns None. (Issue #306)