diff options
author | Ian Lee <IanLee1521@gmail.com> | 2016-06-25 14:13:41 -0700 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2016-06-25 14:13:41 -0700 |
commit | dc08dadd84369185f3c19782fd727dbf5029a056 (patch) | |
tree | ef7e97c66b3917e20dc862bb6270ff5135c22d79 | |
parent | 5a6ffd5fc0eaf599b3e3f6b97092391adb0592aa (diff) | |
download | pep8-dc08dadd84369185f3c19782fd727dbf5029a056.tar.gz |
Updated changelog with 2.1 milestone changes
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index aa08085..84fcb6c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,9 @@ Changelog Changes: * Added check E74x for using variables named 'l', 'O', or 'I'; #341 +* Improved performance of `compound_statements` check; #314 / #522 +* Fixed remaining references to `pep8`; #518 / #530 +* Added `noqa` support for `maximum_line_length` check; #538 2.0.0 (2016-05-31) |