commit | 47c3e4f22751a3dd857b02055bee284b0037d5fc | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Mon Nov 21 15:25:09 2016 -0800 |
committer | Bill Wendling <morbo@google.com> | Mon Nov 21 15:28:02 2016 -0800 |
tree | 211575e1946a754b8760fa6cdfc0f9a323eef18b | |
parent | 33f406cf5ee0d55b5b680c7eba1c4ef04611f2d6 [diff] [blame] |
Don't count pseudo-parens in the length of the line.
diff --git a/CHANGELOG b/CHANGELOG index 1a9b7b3..a79f16c 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -14,6 +14,7 @@ line length. - Don't count a dictionary entry as not fitting on a single line in a dictionary. +- Don't count pseudo-parentheses in the length of the line. ## [0.13.2] 2016-10-22 ### Fixed