diff --git a/changelog.md b/changelog.md index 6680d64b04b2d854b9808165e68a5e596f062406..4337bee89de2e4c1e6201e62bfb5cf40b87bdd71 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))