diff options
author | Tim Smith <tsmith@chef.io> | 2021-08-27 12:11:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 12:11:03 -0700 |
commit | 27a02835ed7b35b7bbcffde718c92c5dac1e48f7 (patch) | |
tree | 630cd15f58cea2ded998dd3b014a8ffa1076cd9c /RELEASE_NOTES.md | |
parent | 1c9d850ce49d8954c92460fb1a5b0caafade9b61 (diff) | |
download | chef-27a02835ed7b35b7bbcffde718c92c5dac1e48f7.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 554584aa24..87b4d9d79b 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 -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. +Updated the libarchive library that 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 |