summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamedx <adamed@opscode.com>2014-04-01 15:01:46 -0700
committeradamedx <adamed@opscode.com>2014-04-01 15:01:46 -0700
commit214c631c8afcec97e4ebaee758a5327fa76bce97 (patch)
treef3ae1d2038f55c843875f760fe687c1b3ef7c987
parente84ebfa294adf8cebf05a001f77d2daaa31f9e87 (diff)
downloadmixlib-shellout-214c631c8afcec97e4ebaee758a5327fa76bce97.tar.gz
CR feedback: Make changelog description closer to user identifiable symptoms
-rw-r--r--CHANGELOG.md2
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)