diff options
author | John Keiser <john@johnkeiser.com> | 2015-05-01 22:57:05 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-05-13 13:43:14 -0700 |
commit | f9aa09acf06823ece86b1dfb1e4be4e7ec2e3b15 (patch) | |
tree | 505e6477481101f11d445f41be157386653fbbaf /DOC_CHANGES.md | |
parent | b2b3c47aa449a4c90f2b54de566f3b02cbe6acc6 (diff) | |
download | chef-f9aa09acf06823ece86b1dfb1e4be4e7ec2e3b15.tar.gz |
Make the double negative not be :)
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index 70f62ed629..b9602909d1 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -19,10 +19,9 @@ module MyModule end ``` -Users are encouraged to declare resources in their own namespaces. +Users are encouraged to declare resources in their own namespaces instead of putting them in the special `Chef::Resource` namespace. -This is deprecated (and will emit a warning) in Chef 12, and will be removed in -Chef 13. +The `Chef::Resource` namespace will no longer get automatic DSL in a future Chef, and will emit a deprecation warning in Chef 12. ### LWRPs are no longer placed in the `Chef::Resource` namespace |