summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG8
-rw-r--r--stylish-haskell.cabal2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5a550bd..b843594 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,13 @@
# CHANGELOG
+- 0.9.0.0 (2017-12-26)
+ * Embed the default configuration
+ * Add platform-specific configuration paths (by Jan Tojnar)
+ * Bump `haskell-src-exts` to 0.20
+ * Avoid unpaired parenthesis when import doesn't specify any items (by
+ Matthew Kennerly)
+ * Remove shebang lines at the beginning of file (by Vaibhav Sagar)
+
- 0.8.1.0 (2017-06-19)
* Add `pad_module_names` option (by Yuriy Syrovetskiy)
* Add `space_surround` option to import styling (by Linus Arver)
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 441af68..f43a665 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.8.1.0
+Version: 0.9.0.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3