summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-05-01 22:57:05 -0700
committerJohn Keiser <john@johnkeiser.com>2015-05-13 13:43:14 -0700
commitf9aa09acf06823ece86b1dfb1e4be4e7ec2e3b15 (patch)
tree505e6477481101f11d445f41be157386653fbbaf
parentb2b3c47aa449a4c90f2b54de566f3b02cbe6acc6 (diff)
downloadchef-f9aa09acf06823ece86b1dfb1e4be4e7ec2e3b15.tar.gz
Make the double negative not be :)
-rw-r--r--DOC_CHANGES.md5
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