summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md9
-rw-r--r--CONTRIBUTIONS.md9
2 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..1b31f09
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,9 @@
+# mixlib-shellout Changelog
+
+## Unreleased
+
+* Improved process cleanup on timeouts.
+* Enabled travis.
+* Added error? to check if the command ran successfully. MIXLIB-18.
+
+## Last Release: 1.3.0 (12/03/2013)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
new file mode 100644
index 0000000..6e37f30
--- /dev/null
+++ b/CONTRIBUTIONS.md
@@ -0,0 +1,9 @@
+<!---
+This file is reset every time a new release is done. The contents of this file are for the currently unreleased version.
+
+Example Contribution:
+* **kalistec**: Improved file resource greatly.
+-->
+# mixlib-shellout Contributions:
+
+* **carmstrong**: Added error? method to see if the command was successful.