diff options
author | danielsdeleo <dan@getchef.com> | 2014-08-12 12:11:03 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2014-08-12 12:11:03 -0700 |
commit | d9601d8df71d8b680e4b9e14ed49f14d91813d30 (patch) | |
tree | af4a2e2bc14dfb50912e4bfcacf668c33deced82 /DOC_CHANGES.md | |
parent | ba82dc821311e99238260bef01bc3c20c823d523 (diff) | |
download | chef-d9601d8df71d8b680e4b9e14ed49f14d91813d30.tar.gz |
Update release notes and doc changes files for metadata name change
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index b1121e2bf4..c036433b87 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -6,3 +6,11 @@ Example Doc Change: Description of the required change. --> +### Metadata `name` Attribute is Required. + +Current documentation states: + +> The name of the cookbook. This field is inferred unless specified. + +This is no longer correct as of 12.0. The `name` field is required; if +it is not specified, an error will be raised if it is not specified. |