Skip to content

Commit 5693610

Browse files
committed
Update changelog
1 parent fcc22f2 commit 5693610

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4646
Also file system type constants like `nix::sys::statfs::ADFS_SUPER_MAGIC` were removed in favor of the libc equivalent.
4747
([#561](https://github.com/nix-rust/nix/pull/561))
4848
- Revised the termios API including additional tests and documentation and exposed it on iOS. ([#527](https://github.com/nix-rust/nix/pull/527))
49+
- `eventfd`, `signalfd`, and `pwritev`/`preadv` functionality is now included by default for all
50+
supported platforms. ([#681](https://github.com/nix-rust/nix/pull/561))
4951

5052
### Removed
5153
- Removed `io::Error` from `nix::Error` and the conversion from `nix::Error` to `Errno`
5254
([#614](https://github.com/nix-rust/nix/pull/614))
55+
- All feature flags have been removed in favor of conditional compilation on supported platforms.
56+
`execvpe` is no longer supported, but this was already broken and will be added back in the next
57+
release. ([#681](https://github.com/nix-rust/nix/pull/561))
5358

5459
### Fixed
5560
- Fixed multiple issues compiling under different archetectures and OSes.

0 commit comments

Comments
 (0)