diff options
author | Claire McQuin <claire@getchef.com> | 2014-06-18 15:52:41 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-06-18 15:52:41 -0700 |
commit | cbe69c74eada5957d409f5d47694bd961951226e (patch) | |
tree | d0259bd7b256b9701f9fc99a4d283e04ad3b19a4 /CHANGELOG.md | |
parent | aa3378a28a4135ea75198c5872989c50550cfdbd (diff) | |
download | chef-cbe69c74eada5957d409f5d47694bd961951226e.tar.gz |
contribution info for https://github.com/opscode/chef/pull/506
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c6437da7a..4d687547a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,9 @@ Made windows service resource to handle transitory states. (CHEF-5319, CHEF-4791) * [**Brett cave**](https://github.com/brettcave): 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) + * Update rpm provider checking regex to allow for special characters (CHEF-4893) * Allow for spaces in selinux controlled directories (CHEF-5095) |