summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzethra <jediben97@gmail.com>2016-11-08 10:26:06 -0500
committerzethra <jediben97@gmail.com>2016-11-08 10:26:06 -0500
commitf7ad7f8bcb675261bdc9e0efa121a8ce8271d238 (patch)
tree687cbb4420ebe206dcefe886c6381f3e48553b79
parent1b3aea102e013e06f4245fa987a1e750f057758d (diff)
downloadnix-f7ad7f8bcb675261bdc9e0efa121a8ce8271d238.zip
Updated CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c87b045e..fa5ebb38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#448](https://github.com/nix-rust/nix/pull/448))
- Added `getpgid` in `::nix::unistd`
([#433](https://github.com/nix-rust/nix/pull/433))
+- Added `tcgetpgrp` and `tcsetpgrp` in `::nix::unistd`
+ ([#451](https://github.com/nix-rust/nix/pull/451))
### Changed
- The minimum supported version of rustc is now 1.7.0.