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 @@ -20,6 +20,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
20
20
(#[ 1473] ( https://github.com/nix-rust/nix/pull/1473 ) )
21
21
- Added ` setrlimit ` and ` getrlimit ` .
22
22
(#[ 1302] ( https://github.com/nix-rust/nix/pull/1302 ) )
23
+ - Added ` ptrace::interrupt ` method for platforms that support ` PTRACE_INTERRUPT `
24
+ (#[ 1422] ( https://github.com/nix-rust/nix/pull/1422 ) )
23
25
24
26
### Changed
25
27
@@ -90,8 +92,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
90
92
- Added ` sendfile64 ` (#[ 1439] ( https://github.com/nix-rust/nix/pull/1439 ) )
91
93
- Added ` MS_LAZYTIME ` to ` MsFlags `
92
94
(#[ 1437] ( https://github.com/nix-rust/nix/pull/1437 ) )
93
- - Added ` ptrace::interrupt ` method for platforms that support ` PTRACE_INTERRUPT `
94
- (#[ 1422] ( https://github.com/nix-rust/nix/pull/1422 ) )
95
95
96
96
### Changed
97
97
- Made ` forkpty ` unsafe, like ` fork `
You can’t perform that action at this time.
0 commit comments