commit | 1ce18c7aeb83b431e4139e765640614e24cfc13c | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Sat Oct 10 23:12:16 2015 -0700 |
committer | Bill Wendling <morbo@google.com> | Sat Oct 10 23:16:33 2015 -0700 |
tree | 4ec8bf8328e78b0babc0ebdfbd8f96856dc3a9eb | |
parent | d03c99fbe43f74081f9e82f38e58fb4a0023d1d7 [diff] [blame] |
Allow sensible splitting of array elements. Closes #111
diff --git a/CHANGELOG b/CHANGELOG index dd2a8d4..3f4d947 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -9,6 +9,7 @@ ### Fixed - Indent the continuation of an if-then statement when it's not distinguished from the body of the if-then. +- Allow for sensible splitting of array indices where appropriate. ## [0.4.0] 2015-10-07 ### Added