summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkiddkai <kiddkai@gmail.com>2016-10-05 13:16:18 +1100
committerkiddkai <kiddkai@gmail.com>2016-10-28 22:27:27 +1100
commitac5193207851191b430cc22033edd54424dfa55e (patch)
tree7734bfb6e984d932c6fbbc322f316b791b9976f0
parentc74d0014bcbeb18c3b646f481ee0abdf59092fab (diff)
downloadnix-ac5193207851191b430cc22033edd54424dfa55e.zip
add getpgid in changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 913d09ab..b8ae74ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#410](https://github.com/nix-rust/nix/pull/410))
- Added `setresuid` and `setresgid` for Linux in `::nix::unistd`
([#448](https://github.com/nix-rust/nix/pull/448))
+- Added `getpgid` in `::nix::unistd`
+ ([#433](https://github.com/nix-rust/nix/pull/433))
### Changed
- The minimum supported version of rustc is now 1.7.0.