diff options
author | Ian Lee <IanLee1521@gmail.com> | 2014-12-18 00:32:18 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2014-12-18 00:32:18 -0800 |
commit | e73ce7d2001f9cd3d1d6acdd1040b7e6abca77fe (patch) | |
tree | ac0fb9f10623baf29dd29400952b692afa66be80 /CHANGES.txt | |
parent | 42b686b9a3504ee316e6598b4ea8e7d7a52a4cf6 (diff) | |
parent | 2105d9edc6cadb541b4d7148f9a6ab886160da90 (diff) | |
download | pep8-e73ce7d2001f9cd3d1d6acdd1040b7e6abca77fe.tar.gz |
Merge pull request #354 from jcrocholl/feature292
Looks good!
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 2 |
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) |