diff options
author | Kimberly Garmoe <kgarmoe@chef.io> | 2019-01-29 13:02:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-29 13:02:58 -0800 |
commit | 1a42b90f1f373f1a1ff3cfc8d1d17b6675a0e77c (patch) | |
tree | 8951606f45fa149ea87868b5057085036a012dd9 /RELEASE_NOTES.md | |
parent | 57911afda5f10f8ad09920e9a1a68ff49672f857 (diff) | |
download | chef-1a42b90f1f373f1a1ff3cfc8d1d17b6675a0e77c.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: tas50 <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b79978b479..cfa611903a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -32,7 +32,7 @@ Chef's Audit mode was introduced in 2015 as a beta that needed to be enabled via ### Cookbook Shadowing -Cookbook shadowing allowed cookbooks to be combined in a mono-repo if the same named cookbook was present in both the cookbooks directory and the site-cookbooks directory. This feature was problematic and has been deprecated since Chef 0.10, and will be removed in Chef 15 (April 2019). +Cookbook shadowing was deprecated in 0.10 and will be removed in Chef 15 (April 2019). Cookbook shadowing allowed combining cookbooks within a mono-repo, so long as the cookbooks in question had the same name and were present in both the cookbooks directory and the site-cookbooks directory. # Chef Client Release Notes 14.9: |