Skip to content

Commit 43acabe

Browse files
authored
Update CHANGELOG (#233)
* Update CHANGELOG
1 parent 73c8747 commit 43acabe

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

changelog.md

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

33
## 2.8.0.0 *UNRELEASED*
4+
* Fix `semTrywait` on darwin
5+
6+
* Fix vanishing environment variables in `System.Posix.Env.ByteString.putEnv`/`System.Posix.Env.ByteString.getEnv`
7+
8+
* Add missing `setEnvironment` and `clearEnv` to `System.Posix.Env.ByteString`
9+
10+
* Add support for filepath-1.4.100.0 with `PosixString` variants
11+
12+
* Expose `DirStream`, `CDir`, `CDirent` and `DirStreamOffset` (internal API)
13+
14+
* Add `fdRead`/`fdWrite` with ByteString payload and deprecate String based `fdRead`
15+
16+
* Add `clocksPerSec`
17+
18+
* Support wasm32-wasi
19+
20+
* Implement BaudRate as an `Int` newtype and allow matching via extensible PatternSynonyms
21+
22+
* Added `readDirStreamMaybe`
23+
24+
* Warn when functions are used on unsupported platforms
25+
26+
* Fix the error handling of `posix_fallocate`
27+
28+
* Export `FileStatus` constructor
29+
30+
* Various documentation and error message improvements
31+
432
* Add openDirStreamFd, openFileAt and createFileAt
533

634
* Add accessors for st_blocks and st_blksize
@@ -34,7 +62,7 @@
3462

3563
* Generalise return type of `exitImmediately` from `ExitCode -> IO ()` to
3664
`∀a. ExitCode -> IO a` (#130)
37-
65+
3866
* Add `Read`, `Show`, `Eq`, and `Ord` typeclass instances to `OpenFileFlags` and `OpenMode`. (#75, #141)
3967

4068
## 2.7.2.2 *May 2017*

0 commit comments

Comments
 (0)