From a0a46bfdfa27593e3924b62c96c45a07c71f1cf4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 5 Aug 2014 17:31:12 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a70f2a6..096de35ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ BUG FIXES: - hosts/windows: RDP command works without crash. [GH-3962] - provisioners/puppet: Properly escape facter variables for PowerShell on Windows guests. [GH-3959] + - provisioners/shell: If args is an array and contains numbers, it no + longer crashes. [GH-4234] ## 1.6.3 (May 29, 2014)