summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-01-07 00:35:08 -0800
committerIan Lee <IanLee1521@gmail.com>2015-01-07 00:35:08 -0800
commitca85adefd9fe0c679943fd4a78943a64cf7fd380 (patch)
tree6378edf9f823107676bbf9300b2f40d032d98f3e
parent7e16b2b1558305e91bfd5ab2e7f29a3cd4879155 (diff)
downloadpep8-issue-366.tar.gz
Update changelog for issue #366issue-366
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 91a2095..0658c41 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -36,6 +36,9 @@ Changes:
* Allow spaces around the equals sign in an annotated function. (Issue #357)
+* Do not check vertical whitespace of non-top level classes / function
+ definitions. (Issue #366)
+
Bug fixes:
* Don't crash if Checker.build_tokens_line() returns None. (Issue #306)