summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Edwards <adamed@opscode.com>2014-10-11 06:33:37 -0700
committeradamedx <adamed@getchef.com>2014-10-14 13:29:47 +0100
commitf6d482c3788fbded84abb7cc995aeeeb75613ccf (patch)
tree61bfbe21b467495f709d602936801b98f5b59976
parentd18d3159e8d9b1f4c59a74671fd9f11ad832570a (diff)
downloadchef-f6d482c3788fbded84abb7cc995aeeeb75613ccf.tar.gz
Update CHANGELOG for DSC configuration parameter fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 991bd87de0..0e936b4488 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -127,6 +127,7 @@
### Chef Contributions
+* `dsc_script` resource should honor configuration parameters when `configuration_data_script` is not set (Issue #2209)
* Ruby has been updated to 2.1.3 along with rubygems update to 2.4.2
* Removed shelling out to erubis/ruby for syntax checks (>= 1.9 has been able
to do this in the ruby vm itself for awhile now and we've dropped 1.8.7 which