summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-11-04 08:00:51 -0700
committerIan Lee <IanLee1521@gmail.com>2016-11-04 08:00:51 -0700
commit2d0b5d95df7f31d5ee7955ff0fceccbd8cad7944 (patch)
tree0604a49447343ffcc209487378bcafb0dc537658 /CHANGES.txt
parentee9c279bcdb50d306ad899fc32cc546f2603c455 (diff)
downloadpep8-2d0b5d95df7f31d5ee7955ff0fceccbd8cad7944.tar.gz
Updated changelog for #591
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1ade361..3eab548 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -16,6 +16,7 @@ Changes:
* Report E742 and E743 for functions and classes badly named 'l', 'O', or 'I'.
* Report E741 on 'global' and 'nonlocal' statements, as well as prohibited
single-letter variables.
+* Deprecated use of `[pep8]` section name in favor of `[pycodestyle]`; #591
Bugs: