From 456200e747137761df9e7161240d014553638d17 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 13 Mar 2024 21:14:14 +0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4878968..d99c092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### New features +* A help screen/tutorial in the TUI by @lsmor (Luis Morillo) * Beef up `--overwrite-version`, fixes [#998](https://github.com/haskell/ghcup-hs/issues/998) * e.g. `ghcup compile hls -g master --overwrite-version='%v-%h' --ghc 9.4.8` will produce a binary called `haskell-language-server-wrapper--`... refer to `ghcup compile hls --help` for more information * Allow to set ghcup msys2 environment wrt [#982](https://github.com/haskell/ghcup-hs/issues/982)