File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
23
23
([ #407 ] ( https://github.com/nix-rust/nix/pull/407 ) )
24
24
- Added ` CpuSet::unset ` in ` ::nix::sched ` .
25
25
([ #402 ] ( https://github.com/nix-rust/nix/pull/402 ) )
26
+ - Added constructor method ` new() ` to ` PollFd ` in ` ::nix::poll ` , in order to
27
+ allow creation of objects, after removing public access to members.
28
+ ([ #399 ] ( https://github.com/nix-rust/nix/pull/399 ) )
29
+ - Added method ` revents() ` to ` PollFd ` in ` ::nix::poll ` , in order to provide
30
+ read access to formerly public member ` revents ` .
31
+ ([ #399 ] ( https://github.com/nix-rust/nix/pull/399 ) )
26
32
27
33
### Changed
28
34
- Replaced the reexported integer constants for signals by the enumeration
@@ -40,6 +46,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
40
46
([ #362 ] ( https://github.com/nix-rust/nix/pull/362 ) )
41
47
- Type alias ` CpuMask ` from ` ::nix::shed ` .
42
48
([ #402 ] ( https://github.com/nix-rust/nix/pull/402 ) )
49
+ - Removed public fields from ` PollFd ` in ` ::nix::poll ` . (See also added method
50
+ ` revents() ` .
51
+ ([ #399 ] ( https://github.com/nix-rust/nix/pull/399 ) )
43
52
44
53
### Fixed
45
54
- Fixed the build problem for NetBSD (Note, that we currently do not support
You can’t perform that action at this time.
0 commit comments