summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-28 11:11:23 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-28 11:11:23 -0700
commit008f083d470cf747ae4b56dea77bf75ad8599263 (patch)
tree53f61e246c33a86cf14d6e284eb3a29ab8d8a8d2 /RELEASE_NOTES.md
parentb49c1d7f1eeed3ceb7bc35406dd802f582a3c25c (diff)
downloadchef-008f083d470cf747ae4b56dea77bf75ad8599263.tar.gz
Improve auto-generated docs
Add more descriptions and examples Remove some smart quotes Make sure homebrew_package gets tagged as supporting multi-package Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 8612ac45f3..29cfb55036 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1372,6 +1372,7 @@ Chef Infra Client's Data Collection subsystem is used to report node changes dur
A new `copy_properties_from` method for custom resources allows you copy properties from your custom resource into other resources you are calling, so you can avoid unnecessarily repeating code.
To inherit all the properties of another resource:
+
```ruby
resource_name :my_resource
@@ -1386,6 +1387,7 @@ end
```
To selectively inherit certain properties from a resource:
+
```ruby
resource_name :my_resource