summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-06-15 15:24:15 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-16 09:43:06 -0700
commit9e8ba9b700e7cbd72edf1d73ee9da5cf5d8063e7 (patch)
tree41b5ce6d806f13ec53119c74d5e43b6ad6bda2c9
parent864d6a7f8aba4acbb17de5660e93e507a4122224 (diff)
downloadchef-9e8ba9b700e7cbd72edf1d73ee9da5cf5d8063e7.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 433f5ff66c..42a214ab15 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -49,7 +49,7 @@ The `powershell_package` resource has been updated to use TLS 1.2 when communica
### remote_file
-The `remote_file` resource has a new property `ssl_verify_mode` which allows you to control SSL validation at the property level. This can be used to verify certificates (Chef Infra Client's defaults) with `:verify_peer` or to skip verification in the case of a self signed certifcate `:verify_none`. Thanks [@jaymzh](http://github.com/jaymzh).
+The `remote_file` resource has a new property `ssl_verify_mode` which allows you to control SSL validation at the property level. This can be used to verify certificates (Chef Infra Client's defaults) with `:verify_peer` or to skip verification in the case of a self signed certifcate with `:verify_none`. Thanks [@jaymzh](http://github.com/jaymzh).
### script