summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-03-08 00:12:45 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-03-21 01:27:21 +0100
commitb6a8a3c64f63a4f540000084a6ec19d635f48e6c (patch)
tree89c6e13d7113e1a0640c99890ffbc0d6ee53b1f7 /CHANGELOG.md
parent2b0c63f56dcf69fba328e8d5b2139bc6e5cef930 (diff)
downloadnix-b6a8a3c64f63a4f540000084a6ec19d635f48e6c.zip
add support for `fstatat`
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 f58c66fd..bc54b9e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
<!--### Added-->
-- Added `openat` in `::nix::unistd`
+- Added `openat`, `fstatat` in `::nix::unistd`
([#497](https://github.com/nix-rust/nix/pull/551))
### Changed