diff --git a/changelog.md b/changelog.md index 88febf5d..e213c204 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ _Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._ +## 1.4.100.1 *Feb 2023* + +* Fix regression in `System.FilePath.Windows.normalise` wrt [#187](https://github.com/haskell/filepath/issues/187) +* Fix tests on GHC 9.4.4 +* Avoid head and tail + ## 1.4.100.0 *July 2022* Implementation of the [Abstract FilePath Proposal](https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/abstract-file-path) diff --git a/filepath.cabal b/filepath.cabal index 15c6fcbf..a33ba5f2 100644 --- a/filepath.cabal +++ b/filepath.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: filepath -version: 1.4.100.0 +version: 1.4.100.1 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause