From 9c63d53dd5707a156108dce0d910bbdb7ec47390 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 30 Apr 2014 21:45:39 +0900 Subject: [PATCH] changelog. --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 397f6fa..f1cf5fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2014-04-25 v4.1.0 +2014-04-30 v4.1.0 * ghc-modi now provides "type", "info", and "boot". * ghc-mod now provides "find". * Packages, which are specified in a cabal file but not installed, @@ -6,6 +6,8 @@ * ghc-mod/ghc-modi treats "-l" properly. * ghc-mod obsoletes "-p". Use "ghc-mod browse package:module". * M-x ghc-debug has been implemented. + * "type" and "info" can work even if files contain type errors. + * "boot" as a new API. 2014-04-07 v4.0.2 * The ghc-display-error option (@notogawa)