summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-03-17 17:09:37 -0700
committerGitHub <noreply@github.com>2021-03-17 17:09:37 -0700
commit00de705b07114fc53d9b94f511ebebcaa4588850 (patch)
treeb3ac7d65fa257e3ec12db3b1365047790cc15ac7
parentf386dac6b82586eedf8aca11df954512ce1ad5a9 (diff)
downloadchef-00de705b07114fc53d9b94f511ebebcaa4588850.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 3e24756de6..36d463a734 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -70,7 +70,7 @@ Chef InSpec has been updated from 4.26.4 to 4.28.0
- Upgraded openSSL on macOS from 1.0.2 to 1.1.1 in order to support Apple M1 builds.
- Resolved an issue that caused the DNF and YUM package helpers to exit with error codes, which would show up in system logs.
-- Added a new attribute to make the upcoming Compliance Phase opt-in: `node['audit']['compliance_phase']`. This should prevent the Compliance Phase from incorrectly running when using named run_lists or override run_lists. If you're currently testing this new phase, make sure to set this attribute to `true`.
+- Added a new attribute to make the upcoming Compliance Phase an opt-in feature: `node['audit']['compliance_phase']`. This should prevent the Compliance Phase from incorrectly running when using named run_lists or override run_lists. If you're currently testing this new phase, make sure to set this attribute to `true`.
- `chef_client_cron`: the `append_log_file` property now sets up the cron job to use shell redirectio (`>>`) instead of the `-L` flag
## What's New in 16.10.17