Skip to content

Commit be9c1ff

Browse files
committed
Update CHANGELOG for PR #415
1 parent b5ce388 commit be9c1ff

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
@@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
## [Unreleased]
77

88
### Added
9+
- Added complete definitions for all kqueue-related constants on all supported
10+
OSes
11+
([#415](https://github.com/nix-rust/nix/pull/415))
912
- Added `lseek` and `lseek64` in `::nix::unistd`
1013
([#377](https://github.com/nix-rust/nix/pull/377))
1114
- Added accessors `sigmask_mut` and `sigmask` to `UContext` in
@@ -19,6 +22,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1922
([#386](https://github.com/nix-rust/nix/pull/386))
2023

2124
### Changed
25+
- Changed `KEvent` to an opaque structure that may only be modified by its
26+
constructor and the `ev_set` method.
27+
([#415](https://github.com/nix-rust/nix/pull/415))
2228
- Replaced the reexported integer constants for signals by the enumeration
2329
`Signal` in `::nix::sys::signal`.
2430
([#362](https://github.com/nix-rust/nix/pull/362))
@@ -30,6 +36,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3036
([#362](https://github.com/nix-rust/nix/pull/362))
3137

3238
### Fixed
39+
- Fixed using kqueue with `EVFILT_USER` on FreeBSD
40+
([#415](https://github.com/nix-rust/nix/pull/415))
3341
- Fixed the build problem for NetBSD (Note, that we currently do not support
3442
it, so it might already be broken again).
3543
([#389](https://github.com/nix-rust/nix/pull/389))

0 commit comments

Comments
 (0)