File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
27
27
for that parameter will result in a 0 passed to libc's ` kill ` , while a
28
28
` Some ` -argument will result in the previous behavior for the contained
29
29
` Signal ` .
30
- ([ #445 ] ( https://github.com/nix-rust/nix/pull/410 ) )
30
+ ([ #445 ] ( https://github.com/nix-rust/nix/pull/445 ) )
31
31
- The minimum supported version of rustc is now 1.7.0.
32
32
([ #444 ] ( https://github.com/nix-rust/nix/pull/444 ) )
33
33
- Changed ` KEvent ` to an opaque structure that may only be modified by its
@@ -48,7 +48,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
48
48
([ #410 ] ( https://github.com/nix-rust/nix/pull/410 ) )
49
49
- ` SigFlags ` in ` ::nix::sys::signal ` has be renamed to ` SigmaskHow ` and its type
50
50
has changed from ` bitflags ` to ` enum ` in order to conform to our conventions.
51
- ([ #410 ] ( https://github.com/nix-rust/nix/pull/460 ) )
51
+ ([ #460 ] ( https://github.com/nix-rust/nix/pull/460 ) )
52
52
53
53
### Fixed
54
54
- Fixed using kqueue with ` EVFILT_USER ` on FreeBSD
You can’t perform that action at this time.
0 commit comments