summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNikhil Benesch <nikhil.benesch@gmail.com>2015-05-19 20:40:33 -0400
committerIan Lee <IanLee1521@gmail.com>2016-06-25 14:13:50 -0700
commit6b75c4de380c5e786d277851a7da8a581da53bcb (patch)
tree9af2652c530f6a77dd5dc35d53ec08d6c20c25bd /CHANGES.txt
parentdc08dadd84369185f3c19782fd727dbf5029a056 (diff)
downloadpep8-6b75c4de380c5e786d277851a7da8a581da53bcb.tar.gz
Fix issue #400: Require two blank lines after toplevel def, class
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 84fcb6c..dc0b970 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -26,6 +26,7 @@ Changes:
* Added check E275 for whitespace on `from ... import ...` lines; #489 / #491
* Added W503 to the list of codes ignored by default ignore list; #498
* Removed use of project level `.pep8` configuration file; #364
+* Added check E305 for two blank lines after toplevel method and toplevel class; #400
Bugs: