summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-19 14:09:00 -0700
committersersut <serdar@opscode.com>2014-03-19 14:09:00 -0700
commit44291281d034900e44fa6e31a79e6f8cafe89980 (patch)
tree696bce8401869d13a265f3d0dddde7af6dd39859
parenteececf18c6f6986cb1c37ce3f928163f9630aa79 (diff)
downloadchef-44291281d034900e44fa6e31a79e6f8cafe89980.tar.gz
Contribution information for CHEF-5017.
-rw-r--r--CHANGELOG.md1
-rw-r--r--CONTRIBUTIONS.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef4efcbb12..b25e1ca9fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,7 @@
* Cookbook metadata now allows boolean and numeric attributes.
* Knife ssh uses cloud port attribute when available.
* Client info and debug logs now contain cookbook versions in addition to cookbook names.
+* ShellOut mixin now exposes a method to capture the live stream during command execution.
## Last Release: 11.10.0 (02/06/2014)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 6de8e5b435..1e4faab216 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -15,3 +15,4 @@ Example Contribution:
* **lbragstad**: Add IBM PowerKVM to platform map
* **slantview**: Allow boolean and numerics in cookbook metadata.
* **jeffmendoza**: Made knife to use cloud attribute for port when available.
+* **ryotarai**: Added a method to capture IO for live stream.