diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-12 21:38:42 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-12 21:38:42 -0700 |
commit | 912582236e9bd876193668f6e507daee5a2dcaa0 (patch) | |
tree | cebe1dc31d7422762c1871b12b49705fa8c8b69b /RELEASE_NOTES.md | |
parent | dad8c1d86c573751770bb3941e478f844c7cb881 (diff) | |
download | chef-912582236e9bd876193668f6e507daee5a2dcaa0.tar.gz |
Update release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 678c17fcd5..787c4a7355 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -29,11 +29,11 @@ license acceptance. If the license is accepted, a marker file will be written to ## New Resources -### archive resource +### archive_file resource -Use the `archive` resource decompress multiple archive formats without the need for compression tools on the host. +Use the `archive_file` resource decompress multiple archive formats without the need for compression tools on the host. -See the [archive](https://docs.chef.io/resource_archive.html) documentation for more information. +See the [archive_file](https://docs.chef.io/resource_archive_file.html) documentation for more information. ### windows_uac resource |