commit | 4b6cead61bd3f36fafac69ad32e45b98d153df92 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Thu May 19 11:33:38 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Thu May 19 11:33:38 2016 -0700 |
tree | cba4a8383d74ff20069b64a7efe033340e0856d2 | |
parent | c95ae60a7ab2b2fb038a362bd5d86b624703fd71 [diff] [blame] |
Don't include comment in contiguous list Closes #236
diff --git a/CHANGELOG b/CHANGELOG index 4ad23bf..883efa7 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -7,6 +7,8 @@ - Prefer not to split after the opening of a subscript. - Don't add space before the 'await' keyword if it's preceded by an opening paren. +- When we're setting the split penalty for a continuous list, we don't want to + mistake a comment at the end of that list as part of the list. ## [0.8.1] 2016-05-18 ### Fixed