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 3187ced..eca598d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,15 @@
# CHANGELOG
+- 0.10.0.0 (2020-01-26)
+ * Switch to HsYAML library (by vijayphoenix)
+ * Expose `format` from main library (by Łukasz Gołębiewski)
+ * Support record formatting (by Łukasz Gołębiewski and Pawel Szulc)
+ * Allow setting `columns` to `null` to disable all wrapping (by Chris
+ Martin)
+ * Bump `haskell-src-exts` to 1.23
+ * New logo (by Jose Fernando García Parreño)
+ * Make language extension prefix configurable (by Flavio Corpa)
+
- 0.9.4.4 (2019-11-03)
* Bump `haskell-src-exts` to 1.22
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index ac16054..b3f2975 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.9.4.4
+Version: 0.10.0.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3