Skip to content

Commit e19f142

Browse files
committed
Add SigFlags -> SigmaskHow rename to CHANGELOG.md
1 parent 21d1f17 commit e19f142

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3636
accessible with the new method `events()` of `EpollEvent`. Instances of
3737
`EpollEvent` can be constructed using the new method `new()` of EpollEvent.
3838
([#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))
3942

4043
### Fixed
4144
- Fixed using kqueue with `EVFILT_USER` on FreeBSD

0 commit comments

Comments
 (0)