summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-05-30 00:23:13 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-12-16 21:15:02 +0100
commit2105d9edc6cadb541b4d7148f9a6ab886160da90 (patch)
tree142847bbf48ae67c3fc2570af91503eae03effe0 /CHANGES.txt
parentda9f37d3d9466e1cc35579748cb8adab57b5791c (diff)
downloadpep8-2105d9edc6cadb541b4d7148f9a6ab886160da90.tar.gz
Do not enforce whitespaces around ** operator; issue #292feature292
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 79a3454..f46ea40 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)