Skip to content

Commit

Permalink
Add SigFlags -> SigmaskHow rename to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosagent committed Nov 9, 2016
1 parent 21d1f17 commit 2f44c66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
accessible with the new method `events()` of `EpollEvent`. Instances of
`EpollEvent` can be constructed using the new method `new()` of EpollEvent.
([#410](https://github.com/nix-rust/nix/pull/410))
- `SigFlags` in `::nix::sys::signal` has be renamed to `SigmaskHow` and its type
has changed from `bitflags` to `enum` in order to conform to our conventions.
([#410](https://github.com/nix-rust/nix/pull/460))

### Fixed
- Fixed using kqueue with `EVFILT_USER` on FreeBSD
Expand Down

0 comments on commit 2f44c66

Please sign in to comment.