We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d1f17 commit e19f142Copy full SHA for e19f142
CHANGELOG.md
@@ -36,6 +36,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
36
accessible with the new method `events()` of `EpollEvent`. Instances of
37
`EpollEvent` can be constructed using the new method `new()` of EpollEvent.
38
([#410](https://github.com/nix-rust/nix/pull/410))
39
+- `SigFlags` in `::nix::sys::signal` has be renamed to `SigmaskHow` and its type
40
+ has changed from `bitflags` to `enum` in order to conform to our conventions.
41
+ ([#410](https://github.com/nix-rust/nix/pull/460))
42
43
### Fixed
44
- Fixed using kqueue with `EVFILT_USER` on FreeBSD
0 commit comments