From 9c15a502df216a615c32376050b9ea2a4b257acf Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Tue, 12 Aug 2014 13:40:19 +0900 Subject: [PATCH] updating changelog. --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ChangeLog b/ChangeLog index f1cf5fd..2b34547 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2014-08-12 v5.0.0 + * ghc-mod consumes much less memory than ghc-mod-4.1. + * @serras brought the results of Google Summer code + including case splitting and better type hole + * @DanielG provided the new monad based API + +2014-05-16 v4.1.6 + * Reverting "Trying to fix rare hang on Nix". + +2014-05-16 v4.1.5 + * Fixing the build on GHC 7.8.3. + +2014-05-16 v4.1.4 + * Trying to fix rare hang on Nix. + +2014-05-16 v4.1.3 + * Making -g-fxxx work. + +2014-05-16 v4.1.2 + * Setting Opt_WarnTypedHoles correctly. + +2014-05-16 v4.1.1 + * Making Emacs front-end more stable. + 2014-04-30 v4.1.0 * ghc-modi now provides "type", "info", and "boot". * ghc-mod now provides "find".