Skip to content

Commit 68488a4

Browse files
committed
[skip ci] fix CHANGELOG after PR #1422
1 parent c5590df commit 68488a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2020
(#[1473](https://github.com/nix-rust/nix/pull/1473))
2121
- Added `setrlimit` and `getrlimit`.
2222
(#[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))
2325

2426
### Changed
2527

@@ -90,8 +92,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
9092
- Added `sendfile64` (#[1439](https://github.com/nix-rust/nix/pull/1439))
9193
- Added `MS_LAZYTIME` to `MsFlags`
9294
(#[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))
9595

9696
### Changed
9797
- Made `forkpty` unsafe, like `fork`

0 commit comments

Comments
 (0)