Distinguish line from compound stmt continuation
Closes #197
diff --git a/CHANGELOG b/CHANGELOG
index 05a3f0d..7d9ab01 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,8 @@
- Make sure to align comments in data literals correctly. Also make sure we
don't count a "#." in a string as an i18n comment.
- Retain proper vertical spacing before comments in a data literal.
+- Make sure that continuations from a compound statement are distinguished from
+ the succeeding line.
## [0.6.0] 2015-10-18
### Added