From 8ef7daece8dab2658001e2d7229938473f4d3836 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Tue, 26 Sep 2017 23:24:00 +0200 Subject: [PATCH] Add changelog entry for 0.8.0.3 --- ChangeLog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 4d16652..236a7ad 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,18 @@ # Revision history for brittany +## 0.8.0.3 -- September 2017 + +* Support for ghc-8.2.1 +* Bugfixes: + - Fix quadratic performance issue + - Fix special "where" indentation with indentAmount /= 2 + - Fix negative literals in patterns + - Support type applications +* Accept `-h` for `--help` and improve help layouting (via butcher-1.1.0.2) +* Add continuous integration via travis (cabal, cabal-new, stack) + (brittle due compilation time limit) +* Reduce compilation memory usage a bit + ## 0.8.0.2 -- August 2017 * Add library interface, to be used by `haskell-ide-engine`.