Skip to content

Commit

Permalink
Update changelog.md for 1.3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufflewind committed Oct 11, 2024
1 parent 0a764c2 commit 99fb46d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Changelog for the [`directory`][1] package
==========================================

## 1.3.9.0 (unreleased)
## 1.3.9.0 (Oct 2024)

* Rely on `file-io` for file I/O.
* Drop support for `base` older than 4.12.0.
* Resolve TOCTOU issue with `removeDirectoryRecursive` and
`removePathForcibly` on POSIX systems.
(part of [#97](https://github.com/haskell/directory/issues/97))
* `findExecutable ""` now returns `Nothing`, matching non-Windows systems
([#180](https://github.com/haskell/directory/issues/180))

## 1.3.8.5 (May 2024)

Expand Down

0 comments on commit 99fb46d

Please sign in to comment.