summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryant Mairs <bryant@mai.rs>2017-08-17 18:03:07 -0700
committerBryant Mairs <bryant@mai.rs>2017-08-21 14:41:16 -0700
commitc787799b440bd8daf68de290161023e0777fbef8 (patch)
tree562720436d878657c11577737605759b79be07ef
parentcb13675722fa705d6acb34ddb8c35c580b3ceeca (diff)
downloadnix-c787799b440bd8daf68de290161023e0777fbef8.zip
Update changelog for PR#739
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9ec8fa1..fa5ebf12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#722](https://github.com/nix-rust/nix/pull/722))
- Added `nix::unistd:fexecve`.
([#727](https://github.com/nix-rust/nix/pull/727))
+- Expose `uname()` on all platforms.
+ ([#739](https://github.com/nix-rust/nix/pull/739))
+- Expose `signalfd` module on Android as well.
+ ([#739](https://github.com/nix-rust/nix/pull/739))
### Changed
- Renamed existing `ptrace` wrappers to encourage namespacing ([#692](https://github.com/nix-rust/nix/pull/692))