diff options
author | Ian Lee <IanLee1521@gmail.com> | 2014-12-18 00:29:51 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2014-12-18 00:29:51 -0800 |
commit | 2e540a1d8c623b99b35c444649848a40c2f2c95c (patch) | |
tree | 8c9441a533155a4164dbab8509ad89274f73e7d9 | |
parent | fe6a8a813d616c9fa397b2fd5b967bf72378b09a (diff) | |
download | pep8-2e540a1d8c623b99b35c444649848a40c2f2c95c.tar.gz |
Add entry to changelog.issue-316
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c57bfd1..a1aacc9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -30,6 +30,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) |