From 5fd00dbe24f78e4b944e7fdcc6ad4310e51522f2 Mon Sep 17 00:00:00 2001 From: sersut Date: Tue, 13 May 2014 14:47:55 -0700 Subject: Contribution info for MIXLIB-19. --- CHANGELOG.md | 2 +- CONTRIBUTIONS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.1