From dfde1db58ed58d2a921318fba862b16b48f4fb67 Mon Sep 17 00:00:00 2001 From: gbaz Date: Sun, 11 Aug 2019 11:59:44 -0400 Subject: [PATCH] Update changelog.md --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 6680d64..4337bee 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ ## 0.68.6 + - Supports generation of response files to avoid system filepath limits (#22, #23). + - Temporary file removals on Windows are not a bit more reliable and should throw less access denied errors. See #25 and ([#9775](https://gitlab.haskell.org/ghc/ghc/issues/9775)) -- GitLab