We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a764c2 commit 99fb46dCopy full SHA for 99fb46d
changelog.md
@@ -1,13 +1,15 @@
1
Changelog for the [`directory`][1] package
2
==========================================
3
4
-## 1.3.9.0 (unreleased)
+## 1.3.9.0 (Oct 2024)
5
6
* Rely on `file-io` for file I/O.
7
* Drop support for `base` older than 4.12.0.
8
* Resolve TOCTOU issue with `removeDirectoryRecursive` and
9
`removePathForcibly` on POSIX systems.
10
(part of [#97](https://github.com/haskell/directory/issues/97))
11
+ * `findExecutable ""` now returns `Nothing`, matching non-Windows systems
12
+ ([#180](https://github.com/haskell/directory/issues/180))
13
14
## 1.3.8.5 (May 2024)
15
0 commit comments