summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorBryan McLellan <btm@getchef.com>2014-03-20 11:04:11 -0700
committerBryan McLellan <btm@getchef.com>2014-03-20 13:07:18 -0700
commite8cd378569f6e99229c57959dad7f93a32ee0497 (patch)
tree09757f8f49341e4de5d5644d63c43e188c4ad15b /DOC_CHANGES.md
parent91fd0a3190cba3409a67659acfd9dc44bb6f0000 (diff)
downloadchef-e8cd378569f6e99229c57959dad7f93a32ee0497.tar.gz
Documentation updates for contributions
* CHEF-2816 - Allow special strings to be used in cron (@reboot etc) * CHEF-4848 - Cron resource accepts a symbol as `weekday`
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 4355d576c8..e0e304e266 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -76,3 +76,9 @@ With the recent change in OHAI to differentiate between SUSE (or SLES - SUSE Ent
This page is an example but we probably want to search for `suse` in our doc repo and see if there is anywhere else.
http://docs.opscode.com/dsl_recipe_method_platform_family.html
+
+### Cron Resource
+
+The weekday attribute now accepts the weekday as a symbol, e.g. :monday or :thursday.
+
+The new time attribute takes special time values specified by cron as a symbol, such as :reboot or :monthly.