summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-25 14:15:19 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-25 14:15:19 -0700
commitf55b1c5c73bce47882e6bdec8cd9cc7b17d1a199 (patch)
tree614b27b2ad5b1c51dc22543c0a453cbef0fd1a64
parent6b75c4de380c5e786d277851a7da8a581da53bcb (diff)
downloadpep8-f55b1c5c73bce47882e6bdec8cd9cc7b17d1a199.tar.gz
Fixed placement of changelog entry
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dc0b970..3ed1ccb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,7 @@ Changes:
* Improved performance of `compound_statements` check; #314 / #522
* Fixed remaining references to `pep8`; #518 / #530
* Added `noqa` support for `maximum_line_length` check; #538
+* Added check E305 for two blank lines after toplevel methods and classes; #400
2.0.0 (2016-05-31)
@@ -26,7 +27,6 @@ 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: