commit | 05706ac90dad8c586f7cadef351daa97515382bb | [log] [tgz] |
---|---|---|
author | Bill Wendling <[email protected]> | Wed Dec 05 03:44:47 2018 -0800 |
committer | Bill Wendling <[email protected]> | Wed Dec 05 03:44:47 2018 -0800 |
tree | 58c248e7de4fe7e54c34bc496dd65976fc5be849 | |
parent | d1a1b3b5f27a37f53ac3f9324159cff3dfafc413 [diff] [blame] |
Increase split penalty around exponent operator
diff --git a/CHANGELOG b/CHANGELOG index d72274f..214f013 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -25,6 +25,7 @@ dictionary entry is a container. If so, then it's probably split over multiple lines with the opening bracket on the same line as the key. Therefore, we shouldn't enforce a split because of that. +- Increase split penalty around exponent operator. ## [0.25.0] 2018-11-25 ### Added