summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-05-12 11:49:01 -0700
committerClaire McQuin <claire@getchef.com>2014-05-15 14:04:19 -0700
commit68e33803973a51a461037426b8318320bcc57b34 (patch)
tree974d92b27159454465951a7ed766bd1f45b7023f /CHANGELOG.md
parent831691edfb95a4f56d684819d698d81fdd517f2a (diff)
downloadchef-68e33803973a51a461037426b8318320bcc57b34.tar.gz
add whitelist config options for attributes saved by the node
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3556f6e67..696ca05e93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@
* chef-full template gets knife options to override install script url, add wget/curl cli options, and custom install commands (CHEF-4697)
* knife now bootstraps node with the latest current version of chef-client. (CHEF-4911)
* Add a threaded download queue for synchronizing cookbooks in parallel. (CHEF-4423)
+* Add config options for attribute whitelisting in node.save. (CHEF-3811)
## Last Release: 11.12.0 RC1 (03/31/2014)
* SIGTERM will once-more kill a non-daemonized chef-client (CHEF-5172)