summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--stylish-haskell.cabal2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bd6aa99..a26bc96 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
# CHANGELOG
+- 0.6.4.0
+ * Remove `XmlSyntax` from whitelisted language extensions, since it was
+ causing parsing errors
+
- 0.6.3.0
* Bump `optparse-applicative` to 0.13.0.0
* Export Import options & add a default
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index def25a4..4c44c09 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.6.3.0
+Version: 0.6.4.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3