diff options
author | tyler-ball <tball@chef.io> | 2020-09-24 11:33:31 -0700 |
---|---|---|
committer | tyler-ball <tball@chef.io> | 2020-09-24 11:33:31 -0700 |
commit | 60efb205040ca6690954aa3f5cff024047a7c134 (patch) | |
tree | 00fce336e56e6ba16b602f41a86c19af60d8185a | |
parent | 21ae80cbcec686a3240e6f68752b03695c41cd10 (diff) | |
download | chef-60efb205040ca6690954aa3f5cff024047a7c134.tar.gz |
Updating for review comments
Signed-off-by: tyler-ball <tball@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ed938fe576..75aa76245f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,7 @@ This file holds "in progress" release notes for the current release under develo * Add missing requires to 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. # What's New in 16.5 |