diff options
author | Tim Smith <tsmith@chef.io> | 2020-11-25 17:27:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 17:27:33 -0800 |
commit | a0f593e64d649c48de87ced1ca2c3efb744c98ed (patch) | |
tree | b1356fed7c9c88a52d39bfc58900a8e2306d62de /RELEASE_NOTES.md | |
parent | 1b9065ff8838a78e4994d66bfd73c0fcb40886e6 (diff) | |
download | chef-a0f593e64d649c48de87ced1ca2c3efb744c98ed.tar.gz |
Add missing item to the release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3fde2cbdd5..12ea9a66ea 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -16,6 +16,10 @@ We've updated the release of `chef-vault` bundled with Chef Infra Client to 4.1. ## Updated Resources +### build_essential + +The `build_essential` resource has been updated to resolve idempotency issues and greatly improve performance on macOS hosts. + ### chef_client_config The `chef_client_config` resource has been updated to no longer produce invalid `client.rb` content. |