summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Edwards <adamed@opscode.com>2014-04-01 15:19:45 -0700
committerAdam Edwards <adamed@opscode.com>2014-04-01 15:19:45 -0700
commit39c68201a7631e20f00c2ca50d04e008766eda6f (patch)
treef3ae1d2038f55c843875f760fe687c1b3ef7c987
parent97db7b578d026a1dddd960417e1676da33355f80 (diff)
parent214c631c8afcec97e4ebaee758a5327fa76bce97 (diff)
downloadmixlib-shellout-39c68201a7631e20f00c2ca50d04e008766eda6f.tar.gz
Merge pull request #43 from opscode/adamed/changelog-mixlib25
MIXLIB-25 should be included in change log
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1495ca..ed36836 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,5 +7,6 @@
* Added error? to check if the command ran successfully. MIXLIB-18.
* 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.
## Last Release: 1.3.0 (12/03/2013)