summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-09-28 12:31:42 -0700
committerGitHub <noreply@github.com>2020-09-28 12:31:42 -0700
commit5c58b73076ca15281322058d86d0869e68d07c1d (patch)
tree0f97b8db26b21f9bed73d8a352b5efb074445789
parent501dc16d189d196d31df82bafe9aa29aff9d4f1a (diff)
downloadchef-5c58b73076ca15281322058d86d0869e68d07c1d.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 37b47a5c2a..bf5a0a7138 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,7 +4,7 @@ This file holds "in progress" release notes for the current release under develo
* Added missing requires to prevent errors when loading `chef/policy_builder/dynamic`.
* 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`
+* Resolved errors that occurred 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 when running the new `junit2` reporter.
* Additional performance improvements to reduce the startup time of the `chef-client` and `knife` commands.