From edfce196107dbd43958d72c174ad66e4a7d30643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Wed, 16 Sep 2015 05:57:44 +0200 Subject: [PATCH] ChangeLog --- ChangeLog | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cc05cff..d889ba6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,27 @@ +2015-09-16 v5.4.0.0 + * Add support for the Stack build tool + * Fix #554, `module not interpreted` errors when using the `type` + command + * Merge #484, support for file redirection + * Add support for file redirection to Emacs frontend so + all commands should work even with unsaved files now! + * Support inserting holes in type signatures + * Merge #543, Fix URL anchors being dropped in OS X + * Fix GHC session always being dropped in interactive mode (caused + super slowness) + * Expose all internal modules because API will get a major + redesign soon anyways + * ghc-mod(i) executable must now be run in project directory for + commands other than `root` + * Add --line-prefix option for multiplexing stdout/err onto one stream + 2015-08-14 v5.3.0.0 * Re-license majority of code under the AGPL-3 * Add support for GHC 7.10 and Cabal 1.22 * Remove `cabalDependPackages', `cabalAllTargets' * Merge #434, Fix finding sandbox config file and directory. - * Merge #431, Re-add output line separator global option for expand command. + * Merge #431, Re-add output line separator global option for expand + command. * Merge #470, Support for overriding the package-db stack * Merge #486, Fix ineffective cache invalidation for `find`