Skip to content

Commit ceb2b63

Browse files
committed
Update changelog with 1.4.2.2
1 parent 9bd9092 commit ceb2b63

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
44

5+
## 1.4.2.2 *WIP*
6+
7+
* Document relation between `joinPath` and `(</>)` wrt [#82](https://github.com/haskell/filepath/issues/82), [#82](https://github.com/haskell/filepath/issues/86)
8+
* Clarify that `normalise` does not remove `..` wrt [#86](https://github.com/haskell/filepath/issues/86)
9+
* Make clear that `equalFilePath` does not expand `..` wrt [#87](https://github.com/haskell/filepath/issues/87)
10+
* Fix haddock source links by manually cpping wrt [#81](https://github.com/haskell/filepath/issues/81)
11+
* Make export list in `System.FilePath` explicit to get haddocks on the landing module
12+
513
## 1.4.2.1 *Jul 2018*
614

715
* Bundled with GHC 8.6.1

0 commit comments

Comments
 (0)