From 0c97f104aeeb4b6b6a33f29079fab7f89fd75bc1 Mon Sep 17 00:00:00 2001 From: zethra Date: Mon, 12 Dec 2016 14:52:29 -0500 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b05f7684..1445af5e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ([#451](https://github.com/nix-rust/nix/pull/451)) - Added `CLONE_NEWCGROUP` in `::nix::sched` ([#457](https://github.com/nix-rust/nix/pull/457)) +- Added `getpgrp` in `::nix::unistd` + ([#491](https://github.com/nix-rust/nix/pull/491)) ### Changed - `kill`'s signature, defined in `::nix::sys::signal`, changed, so that the