summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorF1rst-Unicorn <f1rst_unicorn@njsm.de>2018-11-18 11:38:26 +0100
committerF1rst-Unicorn <f1rst_unicorn@njsm.de>2018-11-19 09:33:37 +0100
commit35c0d6344a7abeb27c4b43785d9824afd81ac3f1 (patch)
tree5727397bf8f765d07714572687af9445d9e75057 /CHANGELOG.md
parent3f9548a88833701559f13eeb10df59dd49643ffd (diff)
downloadnix-35c0d6344a7abeb27c4b43785d9824afd81ac3f1.zip
Add execvpe support, conditional on platform
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 7dd7a4b9..f9e6e4d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#952](https://github.com/nix-rust/nix/pull/952))
- Added the `time_t` and `suseconds_t` public aliases within `sys::time`.
([#968](https://github.com/nix-rust/nix/pull/968))
+- Added `unistd::execvpe` for Haiku, Linux and OpenBSD
+ ([#975](https://github.com/nix-rust/nix/pull/975))
### Changed
- Increased required Rust version to 1.24.1