summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLuca Bruno <lucab@debian.org>2017-01-18 08:32:55 +0000
committerLuca Bruno <lucab@debian.org>2017-01-19 09:18:50 +0000
commit0a654e714ebc9021a9644b5ac4a4e9f55c1efccc (patch)
tree54f4a435879aa9777c772f832aa2578d79ed232a /CHANGELOG.md
parentbe1ae9337da3a73167ab324d17d866b29fb19b03 (diff)
downloadnix-0a654e714ebc9021a9644b5ac4a4e9f55c1efccc.zip
changelog: update for fchdir
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 02b07899..1a090b35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#457](https://github.com/nix-rust/nix/pull/457))
- Added `getpgrp` in `::nix::unistd`
([#491](https://github.com/nix-rust/nix/pull/491))
+- Added `fchdir` in `::nix::unistd`
+ ([#497](https://github.com/nix-rust/nix/pull/497))
### Changed
- `epoll_ctl` now could accept None as argument `event`