Skip to content

Commit 6cb59d6

Browse files
committed
Updated changelog to specify changes in 2.1.0
1 parent 4ccdc55 commit 6cb59d6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
2.1.0 (unreleased)
5+
------------------
6+
7+
Changes:
8+
9+
* Added check E74x for using variables named 'l', 'O', or 'I'; #341
10+
411

512
2.0.0 (2016-05-31)
613
------------------
@@ -16,7 +23,6 @@ Changes:
1623
* Added check E275 for whitespace on `from ... import ...` lines; #489 / #491
1724
* Added W503 to the list of codes ignored by default ignore list; #498
1825
* Removed use of project level `.pep8` configuration file; #364
19-
* Added check E741 for using variables named 'l', 'O', or 'I'; #341
2026

2127
Bugs:
2228

0 commit comments

Comments
 (0)