diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd283ab18..7c88d241ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Unreleased +* [**Nolan Davidson**](https://github.com/nsdavidson): + Removed after_created and added test to recipe_spec +* [**Tim Sogard**](https://github.com/drags): + Reset $HOME to user running chef-client when running via sudo + +* [Issue 3153](https://github.com/chef/chef/issues/3153): Fix bug where unset HOME would cause chef to crash + ## 12.2.0 * Update policyfile API usage to match forthcoming Chef Server release * `knife ssh` now has an --exit-on-error option that allows users to |