Skip to content

Commit 42172a6

Browse files
committed
Add CHANGELOG.md entry about unsafe fork.
1 parent 74cb154 commit 42172a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212
(#[1284](https://github.com/nix-rust/nix/pull/1284))
1313
- Changed unistd::{execv,execve,execvp,execvpe,fexecve,execveat} to take both `&[&CStr]` and `&[CString]` as its list argument(s).
1414
(#[1278](https://github.com/nix-rust/nix/pull/1278))
15+
- Made `unistd::fork` an unsafe funtion, bringing it in line with [libstd's decision](https://github.com/rust-lang/rust/pull/58059).
16+
(#[1293](https://github.com/nix-rust/nix/pull/1293))
1517
### Fixed
1618
### Removed
1719

0 commit comments

Comments
 (0)