From f709f6e7141f861daec35d9f3a9c40b90d24650f Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 23 Feb 2023 23:56:46 +0800 Subject: [PATCH] Update ChangeLog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d0d38..e93a64a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Follow-up fix for JFS/ReiserFS and other filesystem that don't support `d_type`, fixes [#787](https://github.com/haskell/ghcup-hs/issues/787) - the previous release had a bug that invalidated that broke it * Implement 'latest-prerelease' tag wrt [#788](https://github.com/haskell/ghcup-hs/issues/788) +* Fix 'Could not parse version of stray directory.DS_Store' warnings on macOs wrt [#797](https://github.com/haskell/ghcup-hs/issues/797) ## 0.1.19.1 -- 2023-2-19