summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorSteven Danna <steve@opscode.com>2015-01-19 09:57:20 +0000
committerBryan McLellan <btm@opscode.com>2015-02-17 08:47:02 -0500
commit73c0cf7dafb0ac38263bd598f026924fff4dc5a6 (patch)
treeb049a2f2bb3cde0ae73a51636fd31a7903156e2c /DOC_CHANGES.md
parent664172ea426c2c0dfd965b69a0e1ae75af34a89f (diff)
downloadchef-73c0cf7dafb0ac38263bd598f026924fff4dc5a6.tar.gz
Update CHANGELOG and RELEASE_NOTES with `verify` attribute addition
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index e85e546ee9..488adb0daf 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -6,6 +6,15 @@ Example Doc Change:
Description of the required change.
-->
+
+### File-like resources now accept a `verify` attribute
+
+The file, template, cookbook_file, and remote_file resources now all
+accept a `verify` attribute. This file accepts a string or a block,
+similar to `only_if`. A full specification can be found in RFC 027:
+
+https://github.com/opscode/chef-rfc/blob/master/rfc027-file-content-verification.md
+
### Chef now handles URI Schemes in a case insensitive manner
Previously, when a URI scheme contained all uppercase letters, Chef would reject the URI as invalid. In compliance with RFC3986, Chef now treats URI schemes in a case insensitive manner. This applies to all resources which accept URIs such as remote_file etc.