summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorArtyom <yom@artyom.me>2017-04-17 18:12:57 +0300
committerArtyom <yom@artyom.me>2017-04-17 18:12:57 +0300
commit39421b3836a44489bcc56cd08c75c09ee70c5a69 (patch)
tree8602029036b43f266d9c60a733957459cf065f0a /CHANGELOG
parentb43f4721f6ec2799cbcd3acdbc41c05e91b2bd42 (diff)
downloadstylish-haskell-39421b3836a44489bcc56cd08c75c09ee70c5a69.tar.gz
Don't leave #-} hanging
Fixes #154
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 647835c..e3ca0ff 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,8 @@
- next
* Remove `MagicHash` from whitelisted language extensions, since it was
causing parsing errors
+ * Don't leave a `#-}` hanging on the next line when `language_pragmas`
+ is set to `compact` and the `#-}` doesn't fit into character limit
- 0.7.1.0
* Keep `safe` and `{-# SOURCE #-}` import annotations (by Moritz Drexl)