summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authordanielsdeleo <dan@chef.io>2015-09-21 10:36:35 -0700
committerdanielsdeleo <dan@chef.io>2015-09-21 10:51:26 -0700
commit538af753efff8493b71ee49f06f314701ce2523e (patch)
treeaa6a33d2e77293d1621d1eab6485af21ae6a6e47 /CHANGELOG.md
parentcc612fce9456a2ad626535d0464944d28c18d12a (diff)
downloadchef-538af753efff8493b71ee49f06f314701ce2523e.tar.gz
Update docfiles for policyfile/node integration1.4-stable1.2.4
Also update for named run list support.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4df36163fd..7c83dbed88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,8 @@ of partial templates.
* [**Joel Handwell**](https://github.com/joelhandwell):
[pr#3821](https://github.com/chef/chef/pull/3821) Human friendly elapsed time in log
+* [pr#3928](https://github.com/chef/chef/pull/3928) Add named run list support when using policyfiles
+* [pr#3913](https://github.com/chef/chef/pull/3913) Add `policy_name`and `policy_group` fields to the node object
* [pr#3875](https://github.com/chef/chef/pull/3875) Patch Win32::Registry#delete_key, #delete_value to use wide (W) APIs
* [pr#3850](https://github.com/chef/chef/pull/3850) Patch Win32::Registry#write to fix encoding errors
* [pr#3837](https://github.com/chef/chef/pull/3837) refactor remote_directory provider for mem+perf improvement