commit | 56f0fb6b88bedc9e6b3b300b4eaf08abcfbd8a98 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Mon Feb 06 22:58:05 2017 -0800 |
committer | Bill Wendling <morbo@google.com> | Mon Feb 06 22:58:05 2017 -0800 |
tree | 8800642b4dfefce3e413891ca79ed025a466b758 | |
parent | a95296669590026310808aaddc9221c65b497884 [diff] [blame] |
Prefer to coalesce opening brackets.
diff --git a/CHANGELOG b/CHANGELOG index 27eea18..ca340a8 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -5,6 +5,8 @@ ## [0.16.1] UNRELEASED ### Fixed - Ensure splitting of arguments if there's a named assign present. +- Prefer to coalesce opening brackets if it's not at the beginning of a + function call. ## [0.16.0] 2017-02-05 ### Added