summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-08-27 12:00:44 -0700
committerGitHub <noreply@github.com>2021-08-27 12:00:44 -0700
commit916d1cc703445984e5ab44df2852592c559b538d (patch)
tree6d9a0c1c1c98351644bdb914c085b4982f23dff5
parent65fd7bc92b74874be36f25ca6f8f009ea1f0cae3 (diff)
downloadchef-916d1cc703445984e5ab44df2852592c559b538d.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 e22865dba3..2777131eae 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -11,7 +11,7 @@ This file holds "in progress" release notes for the current release under develo
- Log output has been improved to better deliniate when the Infra Phase and Compliance Phase start and end.
- 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.
-- The `archive_file` resource has been improved by upgrading the `libarchive` library it uses.
+- Improved the `archive_file` resource by upgrading the `libarchive` library it uses, which includes the following improvements:
- Support for PWB and v7 binary CPIO formats.
- Support for the deflate algorithm in symbolic link decompression with zip files.
- Various bug fixes when working with CAB, ZIP, 7zip, and RAR files.