summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-06-18 15:18:07 -0700
committerClaire McQuin <claire@getchef.com>2014-06-18 15:18:35 -0700
commitd8592902ae09980552f8dd57abe9ed9c76851445 (patch)
tree479df463354b841dfc178c0c58d18d857bee6e04
parentc26340adc6f817624fdb68033f6ada261f278881 (diff)
downloadchef-d8592902ae09980552f8dd57abe9ed9c76851445.tar.gz
contribution info for https://github.com/opscode/chef/pull/1494
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a021131d20..7c6437da7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -81,6 +81,8 @@
Properly knife bootstrap on ArchLinux. (CHEF-5366)
* [**Matt Hoyle**](https://github.com/deployable):
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)
* Update rpm provider checking regex to allow for special characters (CHEF-4893)
* Allow for spaces in selinux controlled directories (CHEF-5095)