File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
24
24
### Changed
25
25
- The minimum supported version of rustc is now 1.7.0.
26
26
([ #444 ] ( https://github.com/nix-rust/nix/pull/444 ) )
27
- - Implement ` Send ` for ` KEvent `
28
- ([ #442 ] ( https://github.com/nix-rust/nix/pull/442 ) )
29
27
- Changed ` KEvent ` to an opaque structure that may only be modified by its
30
28
constructor and the ` ev_set ` method.
31
29
([ #415 ] ( https://github.com/nix-rust/nix/pull/415 ) )
30
+ ([ #442 ] ( https://github.com/nix-rust/nix/pull/442 ) )
31
+ ([ #463 ] ( https://github.com/nix-rust/nix/pull/463 ) )
32
32
- ` pipe2 ` now calls ` libc::pipe2 ` where available. Previously it was emulated
33
33
using ` pipe ` , which meant that setting ` O_CLOEXEC ` was not atomic.
34
34
([ #427 ] ( https://github.com/nix-rust/nix/pull/427 ) )
You can’t perform that action at this time.
0 commit comments