summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-05-14 18:14:22 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-05-14 18:14:22 -0700
commit81235ea8f9478679513b83e5ddcc4c6de09f41d5 (patch)
tree96e95ff3ce3b0377a4467c3a9b2226674079c911
parentd498e78b879340ab2d6a54a97b553858fcc99748 (diff)
downloadmixlib-shellout-81235ea8f9478679513b83e5ddcc4c6de09f41d5.tar.gz
update CHANGELOG.md for merge
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca1a924..7b07bfd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
## Unreleased
+* [**BackSlasher**:](https://github.com/BackSlasher)
+ `with_login` flag now correctly does the magic on unix to simulate a login
+ shell for a user (secondary groups, environment variables, set primary group and
+ generally emulate `su -`).
+
## Release: 2.0.1
* add buffering to the child process status pipe to fix chef-client deadlocks