diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0691d134..e719987d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Added `NixPath::is_empty`. ([#1107](https://github.com/nix-rust/nix/pull/1107)) +- Added `mkfifoat` + ([#1133](https://github.com/nix-rust/nix/pull/1133)) + ### Changed - `Signal::from_c_int` has been replaced by `Signal::try_from` ([#1113](https://github.com/nix-rust/nix/pull/1113))