diff options
author | Tim Smith <tsmith@chef.io> | 2021-08-27 12:04:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 12:04:08 -0700 |
commit | 378cdb178609ca7cd26e6471768dd9fa0b7dfd19 (patch) | |
tree | dba0bd96b247f104a8d532cf28e3d30963825f1c /RELEASE_NOTES.md | |
parent | 916d1cc703445984e5ab44df2852592c559b538d (diff) | |
download | chef-378cdb178609ca7cd26e6471768dd9fa0b7dfd19.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
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 2777131eae..4f37e18f8e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -27,7 +27,7 @@ OpenSSL has been updated from 1.1.1k to 1.1.1l on macOS systems to resolve the f #### libarchive 3.5.2 -The libarchive library which powers the archive_file resource has been updated from 3.5.1 to 3.5.2 to resolve security vulnerabilities in libarchive's handling of symbolic links. +Updated the libarchive library which powers the archive_file resource from 3.5.1 to 3.5.2 to resolve security vulnerabilities in libarchive's handling of symbolic links. ## What's New in 17.4.25 |