summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2014-12-15 15:58:46 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2014-12-15 15:58:46 -0800
commit69831757c86096d539df515556770aaefc25e322 (patch)
tree9e32fb0bb58731c077b8d5d65580ea3b5c628237
parent8df243295766cf61486820cc2d9cef7961ce250b (diff)
downloadchef-69831757c86096d539df515556770aaefc25e322.tar.gz
Added contributor for Issue 2625
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16ea68bcdb..8f9dfa9bbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,7 +30,8 @@
* [Issue 2609](https://github.com/opscode/chef/issues/2609) Resolve the circular dependency between ProviderResolver and Resource.
* [Issue 2596](https://github.com/opscode/chef/issues/2596) Fix nodes not writing to disk
* [Issue 2580](https://github.com/opscode/chef/issues/2580) Make sure the relative paths are preserved when using link resource.
-* [Issue 2625](https://github.com/opscode/chef/issues/2625) Fix missing `shell_out!` for `windows_package` resource
+* [gh2k](https://github.com/gh2k)
+ [Issue 2625](https://github.com/opscode/chef/issues/2625) Fix missing `shell_out!` for `windows_package` resource
* [Pull 2630](https://github.com/opscode/chef/pull/2630) Improve knife's SSL error messaging