summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Reid <dgreid@chromium.org>2016-11-09 18:46:06 -0800
committerDylan Reid <dgreid@chromium.org>2016-11-09 18:46:06 -0800
commitbc9564b5d6924afa39ea1271098b96d457dc313c (patch)
tree7eab10e06d138a20e2447a34d0996c1c23251de6
parentbf8ce97f32e2b2b1ce713090f007b49eccb19f9d (diff)
downloadnix-bc9564b5d6924afa39ea1271098b96d457dc313c.zip
Update CHANGELOD.md to include CLONE_NEWCGROUP
Add note about CLONE_NEWCGROUP from pull request #457 to CHANGELOG.md. Signed-off-by: Dylan Reid <dgreid@chromium.org>
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa5ebb38..34bc73bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#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))
+- Added `CLONE_NEWCGROUP` in `::nix::sched`
+ ([#457](https://github.com/nix-rust/nix/pull/457))
### Changed
- The minimum supported version of rustc is now 1.7.0.