diff options
author | Tim Smith <tsmith@chef.io> | 2020-04-28 07:56:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 07:56:25 -0700 |
commit | 693bd6bb99c4ab8b3d43f665880e53dcae38bcd8 (patch) | |
tree | afdd4d4e33058be8b082ec3c0d2d36de213f1efb /RELEASE_NOTES.md | |
parent | e9d291d4b6b6fe08f5f76427a3a6d2cc418985b2 (diff) | |
download | chef-693bd6bb99c4ab8b3d43f665880e53dcae38bcd8.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: mjingle <mjinglewski@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 6e1bd189d2..d1eb57a15f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -244,7 +244,7 @@ The `msu_package` resource has been improved to work better with Microsoft's cum ### package -The package resource on macOS and Arch Linux systems now supports passing multiple packages into a single package resource via an array. This allows you to collapse multiple resources into a single resource for simpler cookbook authoring and it's also significantly faster as it requires fewer calls to the packaging systems. Thanks for the Arch Linux support [@ingobecker](https://github.com/ingobecker) +The `package` resource on macOS and Arch Linux systems now supports passing multiple packages into a single package resource via an array. This allows you to collapse multiple resources into a single resource for simpler cookbook authoring, which is significantly faster as it requires fewer calls to the packaging systems. Thanks for the Arch Linux support, [@ingobecker](https://github.com/ingobecker)! Using multiple resources to install a package: |