summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-31 13:10:22 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-31 13:10:22 -0700
commit56ce47e3fa9de14f84c4a2959149239125630d56 (patch)
tree22c003cfeb8338a85e87d0d73ccdcbbbb55fa839
parent41158aa7b56f5492c6309c5c997250e446138a6c (diff)
downloadchef-56ce47e3fa9de14f84c4a2959149239125630d56.tar.gz
[ci skip] slight more clarity in RELEASE_NOTES
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--RELEASE_NOTES.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f4e9d6a348..3f3d8c44bb 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -160,6 +160,7 @@ matches what the user types in the DSL) or with empty brackets (`apt_update[]` -
### The knife ssh command applies the same fuzzifier as knife search node
A bare name to knife search node will search for the name in `tags`, `roles`, `fqdn`, `addresses`, `policy_name` or `policy_group` fields and will
-match when given partial strings. The `knife ssh` search term has been similarly extended so that the search API matches in both cases. The
-node search fuzzifier has also been extracted out to a `fuzz` option to Chef::Search::Query for re-use elsewhere.
+match when given partial strings (available since Chef 11). The `knife ssh` search term has been similarly extended so that the
+search API matches in both cases. The node search fuzzifier has also been extracted out to a `fuzz` option to Chef::Search::Query for re-use
+elsewhere.