summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-06 17:27:19 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-06 17:27:19 -0700
commit6cb59d685e635a72db2230d75b61aed99ac86b29 (patch)
treea77abbc81fa1b6cc8386d0d21e776c570757e2aa
parent4ccdc55324ccdb848fb41e33b346405acd6c2114 (diff)
downloadpep8-6cb59d685e635a72db2230d75b61aed99ac86b29.tar.gz
Updated changelog to specify changes in 2.1.0
-rw-r--r--CHANGES.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f2ac1de..aa08085 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,13 @@
Changelog
=========
+2.1.0 (unreleased)
+------------------
+
+Changes:
+
+* Added check E74x for using variables named 'l', 'O', or 'I'; #341
+
2.0.0 (2016-05-31)
------------------
@@ -16,7 +23,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 E741 for using variables named 'l', 'O', or 'I'; #341
Bugs: