summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-05-13 14:47:55 -0700
committersersut <serdar@opscode.com>2014-05-13 14:47:55 -0700
commit5fd00dbe24f78e4b944e7fdcc6ad4310e51522f2 (patch)
tree8a94559cbed688a47ddf2322e811d2f73d8417af
parent59d13c943af14bb337589904e4b27a6460322a0a (diff)
downloadmixlib-shellout-5fd00dbe24f78e4b944e7fdcc6ad4310e51522f2.tar.gz
Contribution info for MIXLIB-19.
-rw-r--r--CHANGELOG.md2
-rw-r--r--CONTRIBUTIONS.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed36836..f4c1b75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,5 +8,5 @@
* Remove GC.disable hack for non-ruby 1.8.8
* Handle ESRCH from getpgid of a zombie on OS X
* Fix "TypeError: no implicit conversion from nil to integer" due to nil "token" passed to CloseHandle. MIXLIB-25.
-
+* $stderr of the command process is now reflected in the live_stream in addition to $stdout. (MIXLIB-19)
## Last Release: 1.3.0 (12/03/2013)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 6e37f30..9356c4e 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -7,3 +7,4 @@ Example Contribution:
# mixlib-shellout Contributions:
* **carmstrong**: Added error? method to see if the command was successful.
+* **akshaykarle**: Added the functionality to reflect $stderr when using live_stream.