summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-04-04 22:25:24 -0700
committerNoah Kantrowitz <noah@coderanger.net>2017-04-04 22:25:24 -0700
commita34a893c8dede944a70bc59d1bb500c3e54d69bf (patch)
treed9a0ad916b0c5008c33e0b75a70167e2da454d4e
parent2fa4ec2392ba002c6881a2283ca65320471e4c7b (diff)
downloadchef-a34a893c8dede944a70bc59d1bb500c3e54d69bf.tar.gz
Release notes.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 03be083bdb..0a34e3c17a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -257,3 +257,9 @@ The behavior of the `clear_sources` property is now to only add `--clear-sources
### `knife cookbook site vendor` has been removed
Please use `knife cookbook site install` instead.
+
+### Cookbook root aliases
+
+Rather than `attributes/default.rb`, cookbooks can now use `attributes.rb` in
+the root of the cookbook. Similarly for a single default recipe, cookbooks can
+use `recipe.rb` in the root of the cookbook.