commit | 338c1c41b1fa4adb82e23eeb5caf316c32af7c0c | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Wed Mar 14 23:59:49 2018 -0700 |
committer | Bill Wendling <morbo@google.com> | Wed Mar 14 23:59:49 2018 -0700 |
tree | 84623cf7451e224d5a0b79156c5e8e94fbe178eb | |
parent | 32317c11c97030d168ffbb238c662ee215101c65 [diff] [blame] |
Don't split ellipses. Closes #533
diff --git a/CHANGELOG b/CHANGELOG index 87bc3e7..486c64f 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -9,6 +9,8 @@ get their own line. - Added `CONTINUATION_ALIGN_STYLE` knob to choose continuation alignment style when `USE_TABS` is enabled. +### Fixed +- Don't split ellipses. ## [0.20.2] 2018-02-12 ### Changed