summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Wern <kevin.m.wern@gmail.com>2019-06-09 21:10:10 -0400
committerKevin Wern <kevin.m.wern@gmail.com>2019-06-15 23:13:20 -0400
commitc00649152177ef9e6c9b647655eb676c766fe375 (patch)
tree6817c1f4d3121edd8d5f4e51875ec9c66eab55e5 /CHANGELOG.md
parent582846e501c7de184351ddf4f22a143648e8c675 (diff)
downloadnix-c00649152177ef9e6c9b647655eb676c766fe375.zip
sys/stat: implement mkdirat
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16b7992d..c7295756 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
types that support them. ([#1035](https://github.com/nix-rust/nix/pull/1035))
- Added `copy_file_range` wrapper
([#1069](https://github.com/nix-rust/nix/pull/1069))
+- Add `mkdirat`.
+ ([#1084](https://github.com/nix-rust/nix/pull/1084))
### Changed
- Support for `ifaddrs` now present when building for Android.