We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f4256 commit e794e73Copy full SHA for e794e73
changelog.md
@@ -2,6 +2,10 @@
2
3
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
4
5
+## 1.5.3.0 *Jun 2024*
6
+
7
+* Adjust for `encodeFS`/`decodedFS` deprecation in os-string
8
9
## 1.5.2.0 *Jan 2024*
10
11
* Fix a bug in `[splitFileName](https://github.com/haskell/filepath/issues/219)`
filepath.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
name: filepath
-version: 1.5.2.0
+version: 1.5.3.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
0 commit comments