summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-06-26 12:23:45 -0700
committersersut <serdar@opscode.com>2014-06-26 12:23:45 -0700
commite3478c453114cda28e538e2375d91630d7dd5fa4 (patch)
treec984584d277634d36fbe4900d50845bef977ccf6
parent6ec55f369d6d0e4159d0aa242990538d18e39b20 (diff)
downloadchef-e3478c453114cda28e538e2375d91630d7dd5fa4.tar.gz
Contribution info for https://github.com/opscode/chef/pull/1414.
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbc0b59192..6d6ad1d8b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -89,6 +89,10 @@
Add timeout for Chef::Provider::Service::Windows. (CHEF-1165)
* [**Jesse Hu**](https://github.com/jessehu):
knife[:attribute] in knife.rb should not override --attribute (CHEF-5158)
+* [**Vasiliy Tolstov**](https://github.com/vtolstov):
+ Added the initial exherbo linux support for Chef providers.
+
+
* Update rpm provider checking regex to allow for special characters (CHEF-4893)
* Allow for spaces in selinux controlled directories (CHEF-5095)