summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-09-30 01:21:50 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-09-30 01:21:50 +0000
commita32b46ead6b22699e842226f0fac19de745a8219 (patch)
treef9e3e02bbc124b5afa7cb8465a95a4d3cd729955 /CHANGELOG.md
parent1537b639c0611c8715b2f3d7564d8f9c13aad2ba (diff)
parent886c76cfbbb2b22ac8b30919bff50fe5975488a9 (diff)
downloadnix-a32b46ead6b22699e842226f0fac19de745a8219.zip
Merge #944
944: Add wrappers for futimens(2) and utimesat(2) r=asomers a=jmmv Hello again! Let's see how this looks like. I don't think there is any other way of doing this via the standard library, though I see there is a `filetime` crate in the Rust nursery to add this missing functionality. Not sure what your policy for adding features into `nix` is. Co-authored-by: Julio Merino <jmmv@google.com>
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 b63ea5b3..326f5e31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#916](https://github.com/nix-rust/nix/pull/916))
- Added `kmod` module that allows loading and unloading kernel modules on Linux.
([#930](https://github.com/nix-rust/nix/pull/930))
+- Added `futimens` and `utimesat` wrappers.
+ ([#944](https://github.com/nix-rust/nix/pull/944))
### Changed
- Increased required Rust version to 1.22.1/