diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-02-12 16:12:39 -0600 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-02-12 16:12:39 -0600 |
commit | 9f05a34ebd514d35766a0481a31455cb8b6a8224 (patch) | |
tree | 0c283dd767a1c7f2a83d6201b748013573b3148a /CHANGELOG.md | |
parent | 0df0e36f82e24cfb7cb22eaef0c8d99002a177b8 (diff) | |
download | chef-9f05a34ebd514d35766a0481a31455cb8b6a8224.tar.gz |
Added CHANGELOG entry for #2779
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da71c2d46..9970243e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,6 +86,7 @@ future release, so only use them for demonstration purposes. * Deprecation warning for 'knife cookbook test' * 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. ## 12.0.3 * [**Phil Dibowitz**](https://github.com/jaymzh): |