diff options
author | Tim Smith <tsmith@chef.io> | 2021-08-27 12:10:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 12:10:54 -0700 |
commit | 1c9d850ce49d8954c92460fb1a5b0caafade9b61 (patch) | |
tree | e881edae7f0da68c597784959fe32995992cdc2c /RELEASE_NOTES.md | |
parent | 353fd668123ce5248860fbf1109e6258f58d1f98 (diff) | |
download | chef-1c9d850ce49d8954c92460fb1a5b0caafade9b61.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: Kimberly Garmoe <kgarmoe@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4bdd7dada8..554584aa24 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,7 +8,7 @@ This file holds "in progress" release notes for the current release under develo ### Enhancements -- Log output has been improved to better deliniate when the Infra Phase and Compliance Phase start and end. +- Improved log output to clearly define where the Infra Phase ends and the Compliance Phase begins. - Ohai data collection of Amazon EC2 metadata has been improved to collect additional data for some configurations. - Removed ERROR logs when retrying failed communication with the Chef Infra Server. - Improved the `archive_file` resource by upgrading the `libarchive` library it uses, which includes the following improvements: |