summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRoey Darwish Dror <roey.ghost@gmail.com>2018-11-01 22:05:34 +0200
committerRoey Darwish Dror <roey.ghost@gmail.com>2018-11-02 16:23:13 +0200
commita37f845ebbea35cefc43f3efbb681c0428ffec78 (patch)
treeb2f1074fa93903b4b5c3db53226d092bdd4a7719 /CHANGELOG.md
parentbd05d7242799e4b09c612f5059a1b817454aa21a (diff)
downloadnix-a37f845ebbea35cefc43f3efbb681c0428ffec78.zip
Add sync (fix #959)
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 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.