summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-04-04 12:30:51 -0700
committerNoah Kantrowitz <noah@coderanger.net>2017-04-04 12:30:51 -0700
commitbf89c75e3f7dd8d5123c61e73758ae9cc78056bc (patch)
treee8ba2cfbfe68426f6eb4b9f252a5ce1dc3fc0437 /RELEASE_NOTES.md
parent6b8ca8c387b01799ed94fcd8555ba30618905a1d (diff)
downloadchef-bf89c75e3f7dd8d5123c61e73758ae9cc78056bc.tar.gz
Kill deprecated `knife cookbook site vendor` command.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 3a459b9a18..14608f822d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -240,3 +240,7 @@ mutable default value, define it inside a `lazy{}` helper like:
```ruby
property :x, default: lazy { {} }
```
+
+### `knife cookbook site vendor` has been removed
+
+Please use `knife cookbook site install` instead.