summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-05-07 14:45:49 -0700
committersersut <serdar@opscode.com>2014-05-07 14:45:49 -0700
commitfe5eb83091ab87c070511bee2e3dd27363709d9a (patch)
tree921b70824428112fc8757f4522afe20f4a2a309d
parentbae4364b3a165e3a5538340bb6ea76ac2a2292cf (diff)
downloadchef-fe5eb83091ab87c070511bee2e3dd27363709d9a.tar.gz
Contribution info for CHEF-5015.
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6bcab288ab..2df83138ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@
* A node's environment can now be set with 'knife node environment set NODE ENVIRONMENT' (CHEF-1910)
* remote\_file's source attribute does not support DelayedEvaluators (CHEF-5162)
* `option` attribute of mount resource now supports lazy evaluation. (CHEF-5163)
+* `force_unlink` now only unlinks if the file already exists. (CHEF-5015)
## Last Release: 11.12.0 RC1 (03/31/2014)
* SIGTERM will once-more kill a non-daemonized chef-client (CHEF-5172)