summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-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: