From c2da82c30f8954d43bf99610c11afa20c77c0b51 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Fri, 25 Apr 2014 14:48:00 +0900 Subject: [PATCH] changelog. --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2280777..397f6fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,11 @@ 2014-04-25 v4.1.0 * ghc-modi now provides "type", "info", and "boot". * ghc-mod now provides "find". - * Packages are specified according to "cabal configure"'s options. - (@DanielG) + * Packages, which are specified in a cabal file but not installed, + are filtered out. (@DanielG) * ghc-mod/ghc-modi treats "-l" properly. * ghc-mod obsoletes "-p". Use "ghc-mod browse package:module". + * M-x ghc-debug has been implemented. 2014-04-07 v4.0.2 * The ghc-display-error option (@notogawa)