From ba8e4f6ac63ff1a52ba6b9d6ee924e4f5e612c28 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 18 Mar 2022 17:50:36 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e2f01..f669854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * Add `--no-set` to install commands, fixes [#330](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/330) * Fix serious bug in `ghcup list --raw-format -t -c installed` * Overhaul metadata merging and add `ghcup config add-release-channel URI` wrt [#328](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/328) +* Fix max path issues on windows with `ghcup run` ## 0.1.17.5 -- 2022-02-26