summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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