commit | 423759f66854c4c66ae8aa099be5f09661403e3a | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Thu Apr 14 21:14:20 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Thu Apr 14 21:16:25 2016 -0700 |
tree | a7ab21db727f7e09424cf6b6138c5842d863920e | |
parent | c4a49657b38dd1e95ae2ad143c7c5b8e71b2fe97 [diff] [blame] |
Stablize the formatting of dictionaries. Closes #239
diff --git a/CHANGELOG b/CHANGELOG index 4502029..d3cc2ac 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -7,6 +7,8 @@ - Don't rewrite the file if there are no changes. - Ensure the proper number of blank lines before an async function. - Split after a bitwise operator when in PEP 8 mode. +- Retain the splitting within a dictionary data literal between the key and + value. ## [0.7.0] 2016-04-09 ### Added