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 61aa915..a6b87c2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+- 0.5.17.0
+ * Remove shebang from input before attempting to extract pragmas
+ * Set stdin and stdout encoding to UTF-8 by default
+
- 0.5.16.0
* Fail if the default configuration file is not found.
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 14ebdb8..2fed0d1 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.16.0
+Version: 0.5.17.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3