summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Miaolei <zmlcc@outlook.com>2019-09-30 18:45:24 +0800
committerZhang Miaolei <zmlcc@outlook.com>2019-09-30 18:45:24 +0800
commit4b23433701bde97697466035c7c7c56cd908edf4 (patch)
tree3543d5410005c791ef0a868bb439bd9d382f2229
parent6ea84dc3ce288b3daf494e7e1e6ea5411097fe6c (diff)
downloadnix-4b23433701bde97697466035c7c7c56cd908edf4.zip
add into CHANGELOG
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a0691d1..e719987d 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))