diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-28 12:31:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 12:31:34 -0700 |
commit | 501dc16d189d196d31df82bafe9aa29aff9d4f1a (patch) | |
tree | 384a90eb2fa33faddd534bb6e7d01a6716612d19 /RELEASE_NOTES.md | |
parent | 22fb24d4c4ee329ea81d1f5b0344b64cdda11ec2 (diff) | |
download | chef-501dc16d189d196d31df82bafe9aa29aff9d4f1a.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 1a6257dcb0..37b47a5c2a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,7 +6,7 @@ This file holds "in progress" release notes for the current release under develo * The `homebrew_package` resource will now check for the full and short package names. Both `homebrew_package 'homebrew/core/vim'` and `homebrew_package 'vim'` styles should now work correctly. * Resolved errors that occured in cookbooks requiring `addressable/uri` * Improved the license acceptance flow to give helpful information if the user passes an invalid value in the environment variable or command line argument. -* Updated Chef InSpec to 4.23.11 in order to resolve issues running the new `junit2` reporter +* Updated Chef InSpec to 4.23.11 in order to resolve issues when running the new `junit2` reporter. * Additional performance improvements to reduce the startup time of the `chef-client` and `knife` commands. * `knife vault` commands now output proper JSON or YAML when using the `-f json` or `-f yaml` flags. |