summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@getchef.com>2014-05-02 12:35:51 -0700
committerBryan McLellan <btm@getchef.com>2014-05-02 12:35:51 -0700
commitfdca4b76efc9ce258ef59918caf7dade49a1ccef (patch)
tree9900a233c82cc6823985488d0152a0e87b9516d4
parent0179565678a8f75e1c5c7151fae2b141ef74f76d (diff)
downloadchef-fdca4b76efc9ce258ef59918caf7dade49a1ccef.tar.gz
CHEF-5162: changelog update
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2ee03ed53..6028395a23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
## Unreleased
* Print nested LWRPs with indentation in doc formatter output
* Make local mode stable enough to run chef-pedant
-* Catch HTTPServerException for 404 in remote_file retry (CHEF-5116)
+* Catch HTTPServerException for 404 in remote\_file retry (CHEF-5116)
* Wrap code in block context when syntax checking so `return` is valid
(CHEF-5199)
* Quote git resource rev\_pattern to prevent glob matching files (CHEF-4940)
@@ -15,6 +15,7 @@
* Providers are now set correctly on CloudLinux. (CHEF-5182)
* -E option now works with single lettered environments (CHEF-3075)
* 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)
## Last Release: 11.12.0 RC1 (03/31/2014)
* SIGTERM will once-more kill a non-daemonized chef-client (CHEF-5172)