commit | adf1d44c4ad53d298849cb538757909a029c0c75 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Tue May 10 01:03:50 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Tue May 10 01:03:50 2016 -0700 |
tree | 19a42a9f3febb437fd953f0d71cfc44dcd9d93f5 | |
parent | 9dc7908845281d13f84d42e42ec40486a7d25db0 [diff] [blame] |
Don't split after '=' in keyword arguements Closes #242
diff --git a/CHANGELOG b/CHANGELOG index b65606b..294a054 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -11,6 +11,7 @@ - If we split before a bitwise operator, then we assume that the programmer knows what they're doing, more or less, and so we enforce a split before said operator if one exists in the original program. +- Strengthen the bond between a keyword and value argument. ## [0.7.1] 2016-04-21 ### Fixed