summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorArtyom <yom@artyom.me>2017-04-16 02:51:08 +0300
committerArtyom <yom@artyom.me>2017-04-16 02:51:08 +0300
commitf7b9a981087c9003d4f53fbf7e07a7684c3f9546 (patch)
tree7ba8c4fa397857e976fcace2fb292f1674736d81 /CHANGELOG
parent1e49bebca63bb5237146bfbb6bfee7850dab0240 (diff)
downloadstylish-haskell-f7b9a981087c9003d4f53fbf7e07a7684c3f9546.tar.gz
Update the changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0d4d986..647835c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
# CHANGELOG
+- next
+ * Remove `MagicHash` from whitelisted language extensions, since it was
+ causing parsing errors
+
- 0.7.1.0
* Keep `safe` and `{-# SOURCE #-}` import annotations (by Moritz Drexl)