Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Mar 20, 2022
1 parent 7d31a77 commit 337e337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
instead of `Option<rlim_t>`.
(#[1668](https://github.com/nix-rust/nix/pull/1668))
- `uname` now returns a `Result` instead of blindly assuming the call never fails.
- Getters on the `UtsName` struct now return a `&[u8]` instead of `&str`.
- Getters on the `UtsName` struct now return a `&OsStr` instead of `&str`.

### Fixed

Expand Down

0 comments on commit 337e337

Please sign in to comment.