diff options
author | adamedx <adamed@opscode.com> | 2014-04-01 15:01:46 -0700 |
---|---|---|
committer | adamedx <adamed@opscode.com> | 2014-04-01 15:01:46 -0700 |
commit | 214c631c8afcec97e4ebaee758a5327fa76bce97 (patch) | |
tree | f3ae1d2038f55c843875f760fe687c1b3ef7c987 | |
parent | e84ebfa294adf8cebf05a001f77d2daaa31f9e87 (diff) | |
download | mixlib-shellout-214c631c8afcec97e4ebaee758a5327fa76bce97.tar.gz |
CR feedback: Make changelog description closer to user identifiable symptoms
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0eace..ed36836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +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 -* Mixlib-shellout "token" variable can be nil. MIXLIB-25. +* 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) |