summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-01-26 10:35:18 -0600
committerJay Mundrawala <jdmundrawala@gmail.com>2015-01-26 10:35:18 -0600
commit151a295fe0849457804c12eb72a086f0c64bc6bc (patch)
treecc26d793fe11d15cb1fec97d6f2b1940c03f10e3
parent65031fc65172a99c301177c62963c3dff528fac3 (diff)
parenta2c76e319bfb1ce405686b7fb749acec2509d1b3 (diff)
downloadchef-151a295fe0849457804c12eb72a086f0c64bc6bc.tar.gz
Merge pull request #2813 from chef/jdm/2348-md
Update Changelog to reflect resolution of #2348
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3952306e8c..1796070534 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -50,6 +50,7 @@
* add `include_recipe "::recipe"` sugar to reference a recipe in the current cookbook
* Add --proxy-auth option to `knife raw`
* added Chef::Org model class for Chef Organizations in Chef 12 Server
+* `powershell_script` should now correctly get the exit code for scripts that it runs. See [Issue 2348](https://github.com/chef/chef/issues/2348)
## 12.0.3
* [**Phil Dibowitz**](https://github.com/jaymzh):