From 9b1a053ec3f2f961086658ad6910f31c697b8a03 Mon Sep 17 00:00:00 2001 From: Rob Reynolds Date: Sun, 5 Oct 2014 23:31:50 -0500 Subject: [PATCH] (doc) fix for shim arg parsing --- CHANGELOG.md | 1 + nuget/chocolatey.nuspec | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c13a8c..cd2a489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ BUG FIXES: + * Fix - Shim argument parsing needs fixed for quoting - [ShimGen #1](https://github.com/chocolatey/shimgen/issues/1) * Fix - Forcing x86 does not use 32bit checksum - [#535](https://github.com/chocolatey/chocolatey/issues/535) * Fix - Powershell v2 fails to download SSLv3 files - [#531](https://github.com/chocolatey/chocolatey/issues/531) diff --git a/nuget/chocolatey.nuspec b/nuget/chocolatey.nuspec index 60b8048..c09e94a 100644 --- a/nuget/chocolatey.nuspec +++ b/nuget/chocolatey.nuspec @@ -45,6 +45,7 @@ See all - https://github.com/chocolatey/chocolatey/blob/master/CHANGELOG.md ### BUG FIXES: + * Fix - Shim argument parsing needs fixed for quoting - https://github.com/chocolatey/shimgen/issues/1 * Fix - Forcing x86 does not use 32bit checksum - https://github.com/chocolatey/chocolatey/issues/535 * Fix - Powershell v2 fails to download SSLv3 files - https://github.com/chocolatey/chocolatey/issues/531