From 1b2c048bea2fdb00e7244b7b7d50a4bb2527fc34 Mon Sep 17 00:00:00 2001 From: Neil Mitchell <ndmitchell@gmail.com> Date: Wed, 23 Dec 2015 23:18:02 +0000 Subject: [PATCH] Mention which version of GHC this is bundled with --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 7d3f943..13591b4 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,8 @@ _Note: below all `FilePath` values are unquoted, so `\\` really means two backsl ## 1.4.1.0 *Unreleased* + * Bundled with GHC 8.0.1 + * Add `replaceExtensions` and `stripExtension` functions. * Make `isValid` detect more invalid Windows paths, e.g. `nul .txt` and `foo\nbar`. -- GitLab