diff options
author | Tyler Ball <tball@chef.io> | 2020-09-24 12:00:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-24 12:00:36 -0700 |
commit | 74dc3241dab43c418487169d7b794996b5ba3d6b (patch) | |
tree | 059c64c475b2dc921c1e1c55aa8455a3ff45cef1 /RELEASE_NOTES.md | |
parent | 60efb205040ca6690954aa3f5cff024047a7c134 (diff) | |
download | chef-74dc3241dab43c418487169d7b794996b5ba3d6b.tar.gz |
Apply suggestions from code review
Signed-off-by: tyler-ball <tball@chef.io>
Co-authored-by: pete higgins <pete@peterhiggins.org>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 75aa76245f..8e60599499 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,9 +2,9 @@ This file holds "in progress" release notes for the current release under develo # Whats New in 16.5.71 -* Add missing requires to chef/policy_builder/dynamic. +* Add missing requires to prevent errors when loading `chef/policy_builder/dynamic`. * Check for full name in addition to short name for `homebrew_package` resource. `homebrew_package 'homebrew/core/vim'` and `homebrew_package 'vim'` styles should now both work correctly. -* Improved the license acceptance flow to give helpful information if user passes an invalid value in the environment variable or command line argument. +* Improved the license acceptance flow to give helpful information if the user passes an invalid value in the environment variable or command line argument. # What's New in 16.5 |