From 70200828492728f6bb051bccf2c50bb21bf30b77 Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Tue, 3 Mar 2015 22:31:10 -0500 Subject: [PATCH] Update changelog for PR #8 --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index d5e12f0d..6e4ef5f8 100644 --- a/changelog.md +++ b/changelog.md @@ -21,6 +21,11 @@ * Allow trailing path separators in `getPermissions` on Windows (fixes [#9](https://github.com/haskell/directory/issues/9)) + * `renameFile` now always throws the correct error type + (`InappropriateType`) when the destination is a directory (as long as the + filesystem is not being modified concurrently). See + [pull request #8](https://github.com/haskell/directory/pull/8). + ## 1.2.1.0 *Mar 2014* * Bundled with GHC 7.8.1