From 65945c87df75eadaf8e729465a6db253a60d3f4d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 19 Sep 2020 11:51:48 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8300176..56515b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Revision history for ghcup +## 0.1.11 -- ????-??-?? + +* Allow to compile over existing version (`ghcup compile ghc -v 8.6.5 -b 8.6.5`) and replace it wrt #59 +* When compiling GHC from source create a bindist first, store that bindist in `~/.ghcup/cache` and install it, wrt #51 +* fix bug when cabal isn't marked executable in bindist +* fix bug when `~/.ghcup` is a valid symlink wrt #49 +* Add JSON roundtrip tests + ## 0.1.10 -- 2020-08-14 * Show stray Cabals (useful for pre-releases or compiled ones)