summaryrefslogtreecommitdiff
path: root/CHANGELOG.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 /CHANGELOG.md
parent664172ea426c2c0dfd965b69a0e1ae75af34a89f (diff)
downloadchef-73c0cf7dafb0ac38263bd598f026924fff4dc5a6.tar.gz
Update CHANGELOG and RELEASE_NOTES with `verify` attribute addition
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f87b682a6e..2a632d8c21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -94,6 +94,7 @@
* dsc_script should now correctly honor timeout. See [Issue 2831](https://github.com/chef/chef/issues/2831)
* Added an `imports` attribute to dsc_script. This attribute allows you to specify DSC resources that need to be imported for your script.
* Fixed error where guard resources (using :guard_interpreter) were not ran in `why_run` mode [Issue 2694](https://github.com/chef/chef/issues/2694)
+* Add `verify` method to File resource per RFC027
## 12.0.3
* [**Phil Dibowitz**](https://github.com/jaymzh):