From a770c4bccadd13516f4a2127a79861278c7fd849 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 11 May 2022 23:08:26 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a611f..8c73471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ## 0.1.17.8 -- XXXX-XX-XX +* Fix a serious (but hard to trigger) bug when combining `--isolate ` with `--force`, please make sure to upgrade or avoid `--force` * Fix HLS build not cleaning up properly on failed installations, fixes [#361](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/361) - - this also fixes a significant bug on installation failure when combining `--isolate DIR` with `--force` * Fix parsing of symlinks with multiple slashes, wrt [#353](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/353) * Re-enable upgrade functionality for all configurations wrt [MR #250](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/250) and [VSCode haskell issue #601](https://github.com/haskell/vscode-haskell/issues/601) * Fix `ghcup run --ghc 8.10` (for short versions) wrt [#360](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/360)