diff options
author | Tim Smith <tsmith@chef.io> | 2021-03-10 13:47:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 13:47:37 -0800 |
commit | 126e4536277b3d92898637d17edb5d72b8e08471 (patch) | |
tree | 1f8eb5599b47cfb828c2ee15d24dd69dfa897482 /RELEASE_NOTES.md | |
parent | cbb6fbd087e32d026e729c964fa4399a63100fdb (diff) | |
download | chef-126e4536277b3d92898637d17edb5d72b8e08471.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 19d3b3f0dd..98f433fcd8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -25,6 +25,9 @@ This section serves to track things we should later document here for 17.0 - Improve idempotency debug logging in resources - https://github.com/chef/chef/pull/11149 - Chef packages on *nix now create the /etc/chef directory and subdirectories to make getting started easier - https://github.com/chef/chef/pull/11158 - New effortless? helper - https://github.com/chef/chef/pull/11150 +- Resolve potential failures in chef_client_launchd and macosx_service - https://github.com/chef/chef/pull/11154 +- Default values in custom resources are now dup'd - https://github.com/chef/chef/pull/11095 +- Use shell redirection in chef_client_cron when append_log_file is true - https://github.com/chef/chef/pull/11124 ## What's New in 16.10.17 |