diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-24 15:32:05 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-27 15:56:47 -0700 |
commit | 4a5504424a3fe4017718404234715c411257e7ba (patch) | |
tree | b873336ea0085251599e72b71587cbca719dea7a | |
parent | 8dae3985429c3a93c48da277372cfe1c73018fc0 (diff) | |
download | chef-4a5504424a3fe4017718404234715c411257e7ba.tar.gz |
Remove leftover from the gem note
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7dec3b2f07..f7b7668ac7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -107,8 +107,6 @@ depends 'windows', '>> 1.0' The `knife status --long` resource now uses Ohai's cloud data instead of ec2 specific data. This improves, but changes, the data output for users on non-AWS clouds. -TODO: add details on the command changes from https://github.com/chef/chef/pull/9292 - #### knife download role/environment format update The `knife download role` and `knife download environment` commands now include all possible data fields including those without any data set. This new output behavior matches the behavior of other commands such as `knife role show` or `knife environment show` |