[commit: packages/directory] master: Update changelog for PR #8 (7020082)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:38:08 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/70200828492728f6bb051bccf2c50bb21bf30b77/directory
>---------------------------------------------------------------
commit 70200828492728f6bb051bccf2c50bb21bf30b77
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Tue Mar 3 22:31:10 2015 -0500
Update changelog for PR #8
>---------------------------------------------------------------
70200828492728f6bb051bccf2c50bb21bf30b77
changelog.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/changelog.md b/changelog.md
index d5e12f0..6e4ef5f 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
More information about the ghc-commits
mailing list