summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNathaniel Daniel <nathaniel.daniel12@gmail.com>2022-06-24 18:29:07 -0700
committerNathaniel Daniel <nathaniel.daniel12@gmail.com>2022-06-27 19:48:14 -0700
commit22c4ba8bc0f7f9de703cf64007f5d0ef1ebdd943 (patch)
treecea826d031c1174a3e8f77ed5c170028fe0e9b11 /CHANGELOG.md
parent356ecce5cd196afe533d881d888856fd41fe624e (diff)
downloadnix-22c4ba8bc0f7f9de703cf64007f5d0ef1ebdd943.zip
Change gethostname to return an OsString
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6edfba90..424b9d89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,7 +32,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1713](https://github.com/nix-rust/nix/pull/1713))
- `nix::poll::ppoll`: `sigmask` parameter is now optional.
(#[1739](https://github.com/nix-rust/nix/pull/1739))
-- Changed `gethostname` to use a buffer of `MaybeUninit` values.
+- Changed `gethostname` to return an owned `OsString`.
(#[1745](https://github.com/nix-rust/nix/pull/1745))
### Fixed