From b78c422d9433141334d072a85f530dbacdadd1f7 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Mon, 19 Jan 2015 14:39:05 +0100 Subject: [PATCH] Update changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 6891d2f1..c2a41f88 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,10 @@ * make `getModificationTime` support sub-second resolution on windows + * Fix silent failure in `createDirectoryIfMissing` + + * Replace `throw` by better defined `throwIO`s + ## 1.2.1.0 *Mar 2014* * Bundled with GHC 7.8.1