summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-18 01:54:20 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-29 10:39:33 -0800
commiteaf09d1ae4a92bd0982b5757f2872d0583f7a3d3 (patch)
tree188d22ef6aa41327b665190f4ecca81bfaf3f4f7 /CHANGES.txt
parenta21598e67abeb557f85855cdc04106c7c212f09b (diff)
downloadpep8-eaf09d1ae4a92bd0982b5757f2872d0583f7a3d3.tar.gz
Allow spaces around equals sign of an annotated function definition parameter; issue #357
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 774a90d..91a2095 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -34,6 +34,8 @@ Changes:
* Do not report E121 or E126 in the default configuration. (Issues #256 / #316)
+* Allow spaces around the equals sign in an annotated function. (Issue #357)
+
Bug fixes:
* Don't crash if Checker.build_tokens_line() returns None. (Issue #306)