summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-06-17 10:58:52 -0700
committerGitHub <noreply@github.com>2020-06-17 10:58:52 -0700
commit328fe85c39216e66752d5932e0dc838abd928abf (patch)
treee1c9a11c4898d15c93aef5685ec678448795d18f
parent0ee3957c6f3cbbbf1eb2d65091274406fb9c5746 (diff)
downloadchef-328fe85c39216e66752d5932e0dc838abd928abf.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 8425a719a9..afdc903aa7 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -82,7 +82,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 certificate with `: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 certificate with `:verify_none`. Thanks [@jaymzh](http://github.com/jaymzh).
### script