diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-05-01 11:09:19 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-05-01 11:11:03 -0700 |
commit | 14d423e8b69915abcc9b8dd1f460950cb7d630ad (patch) | |
tree | 2e480ed4a9fb9cc54bbb3beb4211692a923cf003 | |
parent | dfce5a31c40b2710dd96cc86990b085ad9fa2a04 (diff) | |
download | chef-lcg/dont-mutate-new-resource.tar.gz |
add CHANGELOGlcg/dont-mutate-new-resource
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fe53d3ee41..fed2167bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ * Convert bootstrap template to use sh #2877 * [Issue #3316](https://github.com/chef/chef/issues/3316) Fix idempotency issues with the `windows_package` resource +* [pr#3295](https://github.com/chef/chef/pull/3295): Stop mutating `new_resource.checksum` in file providers. Fixes some ChecksumMismatch exceptions like [issue#3168](https://github.com/chef/chef/issues/3168) ## 12.3.0 + * [pr#3160](https://github.com/chef/chef/pull/3160): Use Chef Zero in socketless mode for local mode, add `--no-listen` flag to disable port binding |