Skip to content

Commit

Permalink
Update changelog for PR haskell#8
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufflewind committed Mar 4, 2015
1 parent 021cc5d commit 4742070
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`) if 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
Expand Down

0 comments on commit 4742070

Please sign in to comment.