commit | 5758e4dc208c58901dd8b85d1aec5ee5e1a0c1b1 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Sat Mar 19 03:38:48 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Sat Mar 19 03:38:48 2016 -0700 |
tree | b18179243a94622cc22d9d881ca6a89f7b170d65 | |
parent | 2e58851a58ec0cca42d99eff3f8ea3b283149885 [diff] [blame] |
Add 'ALLOW_MULTILINE_LAMBDAS' style option Allows a lambda to be formatted onto multiple lines. Closes #225
diff --git a/CHANGELOG b/CHANGELOG index ce38b22..ab62a36 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -4,7 +4,9 @@ ## [0.7.0] UNRELEASED ### Added -- Support for 3.5. +- Support for Python 3.5. +- Add 'ALLOW_MULTILINE_LAMBDAS' which allows lambdas to be formatted onto + multiple lines. ### Fixed - Lessen penalty for splitting before a dictionary keyword.