summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-09-09 15:07:29 +0900
committerHomu <homu@barosl.com>2016-09-09 15:07:29 +0900
commit8aef24af8956ecb5afb13b414aa22431ce55a26b (patch)
treec4e45fd50886d9312f685c344b9c27fb53e0dbb2
parentaf2e6382be1f0256dfb7d10df864098472857dd8 (diff)
parent6bd4fd622d4837568443f5efbd0fd4deb2784e4d (diff)
downloadnix-8aef24af8956ecb5afb13b414aa22431ce55a26b.zip
Auto merge of #420 - philippkeller:patch-1, r=fiveop
Update CHANGELOG for pull request 416 As [requested by @fiveop](https://github.com/nix-rust/nix/pull/416#issuecomment-245709257)
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 209da157..ba976e7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Added `lseek` and `lseek64` in `::nix::unistd`
([#377](https://github.com/nix-rust/nix/pull/377))
+- Added `mkdir` and `getcwd` in `::nix::unistd`
+ ([#416](https://github.com/nix-rust/nix/pull/416))
- Added accessors `sigmask_mut` and `sigmask` to `UContext` in
`::nix::ucontext`.
([#370](https://github.com/nix-rust/nix/pull/370))