Skip to content

Commit d0cbb9a

Browse files
committed
Release 2.8.7.0
1 parent d299211 commit d0cbb9a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
22

3+
## 2.8.7.0 *May 2025*
4+
5+
* Add portable support for file open with data caching supressed/eliminated wrt [#322](https://github.com/haskell/unix/issues/322)
6+
* Support for ARM64 Windows
7+
* Use `Base.o_*` instead of raw `{#const O_*}`, fixing a bug in GHC JS
8+
39
## 2.8.6.0 *Nov 2024*
410

511
* add `readDirStreamWith` and `readDirStreamWithPtr` to `System.Posix.Directory.Internals` wrt [#251](https://github.com/haskell/unix/pull/251)

unix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: unix
3-
version: 2.8.6.0
3+
version: 2.8.7.0
44
-- NOTE: Don't forget to update ./changelog.md
55

66
license: BSD3

0 commit comments

Comments
 (0)