diff options
author | Roey Darwish Dror <roey.ghost@gmail.com> | 2018-11-01 22:05:34 +0200 |
---|---|---|
committer | Roey Darwish Dror <roey.ghost@gmail.com> | 2018-11-02 16:23:13 +0200 |
commit | a37f845ebbea35cefc43f3efbb681c0428ffec78 (patch) | |
tree | b2f1074fa93903b4b5c3db53226d092bdd4a7719 /CHANGELOG.md | |
parent | bd05d7242799e4b09c612f5059a1b817454aa21a (diff) | |
download | nix-a37f845ebbea35cefc43f3efbb681c0428ffec78.zip |
Add sync (fix #959)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dd76763d..6688c8f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added +- Added a `sync` wrapper. + ([#961](https://github.com/nix-rust/nix/pull/961)) - Added a `sysinfo` wrapper. ([#922](https://github.com/nix-rust/nix/pull/922)) - Support the `SO_PEERCRED` socket option and the `UnixCredentials` type on all Linux and Android targets. |