summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5a550bd..fd128f3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,32 @@
# CHANGELOG
+- 0.9.2.0 (2018-05-01)
+ * Support alignment of case expressions with a single guard
+ * Add a new step to squash multiple spaces between some elements (by Martin
+ Huschenbett)
+
+- 0.9.1.1 (2018-04-26)
+ * Bump `aeson` to 1.3 for tests as well
+
+- 0.9.1.0 (2018-04-26)
+ * Support GHC 8.4.1 by adding instance SemiGroup ImportPortion (by George
+ Wilson)
+ * Bump `aeson` to 1.3
+
+- 0.9.0.2 (2018-01-03)
+ * Bump lower bound of `directory` to `1.2.3` for `getXdgDirectory`
+
+- 0.9.0.1 (2017-12-29)
+ * Fix missing Extra-source-file in cabal file
+
+- 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)