diff options
author | Bryan McLellan <btm@opscode.com> | 2015-02-17 09:27:10 -0500 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2015-02-17 09:27:10 -0500 |
commit | 12af45d8c2d9bdc5043d1f92822d23c12e008378 (patch) | |
tree | 471d2873da1b37c88b4ed7cd9bbf1c578e059ad6 /CHANGELOG.md | |
parent | 6c0487d9b87413725853a3f845edac7a29013289 (diff) | |
download | chef-12af45d8c2d9bdc5043d1f92822d23c12e008378.tar.gz |
Update CHANGELOG.md for contributions/merges
Closes #2581
Closes #2896
Closes #2898
Closes #2918
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a632d8c21..3d6ab92910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,6 +95,9 @@ * 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 +* Move supermarket.getchef.com to supermarket.chef.io +* Check with AccessCheck for permission to write to directory on Windows +* Add declare_resource/build_resource comments, fix faulty ||= ## 12.0.3 * [**Phil Dibowitz**](https://github.com/jaymzh): |