summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly _Vi Shukela <vi0oss@gmail.com>2020-09-12 02:08:07 +0300
committerVitaly _Vi Shukela <vi0oss@gmail.com>2020-09-20 01:51:46 +0300
commit42172a6764c96ed5e420debcb3ed00c6dca5fb41 (patch)
tree5612b260d1f0b7476364ac924917514f59a74932
parent74cb1545f4d2249b6086c3f4aa242e43362759de (diff)
downloadnix-42172a6764c96ed5e420debcb3ed00c6dca5fb41.zip
Add CHANGELOG.md entry about unsafe fork.
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 061d1b9f..8e5354a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
(#[1284](https://github.com/nix-rust/nix/pull/1284))
- Changed unistd::{execv,execve,execvp,execvpe,fexecve,execveat} to take both `&[&CStr]` and `&[CString]` as its list argument(s).
(#[1278](https://github.com/nix-rust/nix/pull/1278))
+- Made `unistd::fork` an unsafe funtion, bringing it in line with [libstd's decision](https://github.com/rust-lang/rust/pull/58059).
+ (#[1293](https://github.com/nix-rust/nix/pull/1293))
### Fixed
### Removed