summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-18 00:32:18 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-18 00:32:18 -0800
commite73ce7d2001f9cd3d1d6acdd1040b7e6abca77fe (patch)
treeac0fb9f10623baf29dd29400952b692afa66be80 /CHANGES.txt
parent42b686b9a3504ee316e6598b4ea8e7d7a52a4cf6 (diff)
parent2105d9edc6cadb541b4d7148f9a6ab886160da90 (diff)
downloadpep8-e73ce7d2001f9cd3d1d6acdd1040b7e6abca77fe.tar.gz
Merge pull request #354 from jcrocholl/feature292
Looks good!
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 c57bfd1..d53fb70 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -24,6 +24,8 @@ Changes:
* Report E402 for import statements not at the top of the file. (Issue #264)
+* Do not enforce whitespaces around ``**`` operator. (Issue #292)
+
* Strip whitespace from around paths during normalization. (Issue #339 / #343)
* Update ``--format`` documentation. (Issue #198 / Pull Request #310)