diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-28 12:31:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 12:31:25 -0700 |
commit | 22fb24d4c4ee329ea81d1f5b0344b64cdda11ec2 (patch) | |
tree | 8455706c75b1cff4f82d8a64178427cb9b15b310 /RELEASE_NOTES.md | |
parent | 3d8ca3fb5381aab3f59522ba02bd120c31fe9924 (diff) | |
download | chef-22fb24d4c4ee329ea81d1f5b0344b64cdda11ec2.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 6addf6b4b7..1a6257dcb0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,7 +8,7 @@ This file holds "in progress" release notes for the current release under develo * 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 * 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 +* `knife vault` commands now output proper JSON or YAML when using the `-f json` or `-f yaml` flags. # What's New in 16.5 |