summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAnton Ageev <antage@gmail.com>2018-02-05 22:32:15 +0300
committerAnton Ageev <antage@gmail.com>2018-03-23 21:36:47 +0300
commitd315804a1f69977ab2332b41d81668a5da0ee71b (patch)
tree0cf7c2f61c17073bdde5fc574d2e765ee201bdcc /CHANGELOG.md
parent0418d346c5343d4b55d580dc9fd66cd2a150a0c3 (diff)
downloadnix-d315804a1f69977ab2332b41d81668a5da0ee71b.zip
Add fchmod, fchmodat functions.
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 7c7b9d24..d594974f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#825](https://github.com/nix-rust/nix/pull/825))
- Exposed `MSG_CMSG_CLOEXEC` on *BSD.
([#825](https://github.com/nix-rust/nix/pull/825))
+- Added `fchmod`, `fchmodat`.
+ ([#857](https://github.com/nix-rust/nix/pull/857))
### Changed
- Display and Debug for SysControlAddr now includes all fields.