summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-06-17 10:58:05 -0700
committerGitHub <noreply@github.com>2020-06-17 10:58:05 -0700
commitbe1eeb0cf585e10d1c14bb49d63f35beb9d03016 (patch)
tree76119924b1b9b9f80c862a21459832bcefa5d7d6
parent8a67d5080ab61293b489e672c83cfea055dcd602 (diff)
downloadchef-be1eeb0cf585e10d1c14bb49d63f35beb9d03016.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 e1735eb29f..c529d8be01 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -58,7 +58,7 @@ The `homebrew_update` resource is used to update the available package cache for
### archive_file
-The `archive_file` resource has been updated with two important fixes. The resource will no longer fail with uninitialized constant errors under some scenarios. Additionally the behavior of the `mode` property has been improved to prevent incorrect file modes being applied to the decompressed files. Due to how file modes and Integer values are processed in Ruby, this resource will now produce a deprecation warning if Integer values are passed. Using String values lets us accurately pass values such as '644' or '0644' without ambiguity as to the user's intent. Thanks for reporting these issues [@sfiggins](http://github.com/sfiggins) and [@hammerhead](http://github.com/hammerhead).
+The `archive_file` resource has been updated with two important fixes. The resource will no longer fail with uninitialized constant errors under some scenarios. Additionally, the behavior of the `mode` property has been improved to prevent incorrect file modes from being applied to the decompressed files. Due to how file modes and Integer values are processed in Ruby, this resource will now produce a deprecation warning if integer values are passed. Using string values lets us accurately pass values such as '644' or '0644' without ambiguity as to the user's intent. Thanks for reporting these issues [@sfiggins](http://github.com/sfiggins) and [@hammerhead](http://github.com/hammerhead).
### chef_client_scheduled_task