summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-06-18 17:04:45 -0700
committerClaire McQuin <claire@getchef.com>2014-06-18 17:05:16 -0700
commit633204305f8accc3110f07fc210d86b7c6a76070 (patch)
tree225bd2800b8b14b9a05df8af86570ab4aa9dd67e
parent9c0fb4bede5c30a175b658bef34300539dc22f2c (diff)
downloadchef-633204305f8accc3110f07fc210d86b7c6a76070.tar.gz
contribution info for https://github.com/opscode/chef/pull/1165
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d687547a6..aa38f3e7ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -85,6 +85,8 @@
Add Dir.pwd as fallback for default user_home if home directory is not set. (CHEF-5365)
* [**Caleb Tennis**](https://github.com/ctennis):
Add support for automatically using the Systemd service provider when available. (CHEF-3637)
+* [**Matt Hoyle**](https://github.com/deployable):
+ Add timeout for Chef::Provider::Service::Windows. (CHEF-1165)
* Update rpm provider checking regex to allow for special characters (CHEF-4893)