From 8a6badca1db16286a3b4f85774c52babf656bdff Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 14 Nov 2021 14:03:06 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 681a602..578da09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * fix parsing of atypical GHC versions (e.g. `8.10.5-patch1`) * fix compiling HLS dynamically linked, also see [#245](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/245) * redo (and break) some of the `ghcup compile ` interface, improving patch options and setting custom cabal.project files +* avoid redundant update warnings wrt [#283](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/283) ## 0.1.17.3 -- 2021-10-27