summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG10
-rw-r--r--stylish-haskell.cabal2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a6b87c2..7e6f104 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+# CHANGELOG
+
+- 0.6.0.0
+ * Add a `simple_align` step
+ * Move `records` step into `simple_align`
+ * Use a set of default language extensions for parsing (by Langston Barrett)
+ * Add a newline format option (by Svyatolslav Gryaznov)
+ * Add more symbols from UnicodeSyntax (by Langston Barrett)
+ * Add a `--version` option (by Ondra Pelech)
+
- 0.5.17.0
* Remove shebang from input before attempting to extract pragmas
* Set stdin and stdout encoding to UTF-8 by default
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 1d33c76..ca14750 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.17.0
+Version: 0.6.0.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3