Skip to content

Commit

Permalink
Document changes to poll.rs in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fiveop committed Aug 31, 2016
1 parent 93dc238 commit f4a52b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#407](https://github.com/nix-rust/nix/pull/407))
- Added `CpuSet::unset` in `::nix::sched`.
([#402](https://github.com/nix-rust/nix/pull/402))
- Added constructor method `new()` to `PollFd` in `::nix::poll`, in order to
allow creation of objects, after removing public access to members.
([#399](https://github.com/nix-rust/nix/pull/399))
- Added method `revents()` to `PollFd` in `::nix::poll`, in order to provide
read access to formerly public member `revents`.
([#399](https://github.com/nix-rust/nix/pull/399))

### Changed
- Replaced the reexported integer constants for signals by the enumeration
Expand All @@ -40,6 +46,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#362](https://github.com/nix-rust/nix/pull/362))
- Type alias `CpuMask` from `::nix::shed`.
([#402](https://github.com/nix-rust/nix/pull/402))
- Removed public fields from `PollFd` in `::nix::poll`. (See also added method
`revents()`.
([#399](https://github.com/nix-rust/nix/pull/399))

### Fixed
- Fixed the build problem for NetBSD (Note, that we currently do not support
Expand Down

0 comments on commit f4a52b3

Please sign in to comment.