diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2017-04-04 19:15:34 -0700 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2017-04-04 19:15:34 -0700 |
commit | 6d90abfaad4602a4fa852a0ea2ce6c43bdf84e4e (patch) | |
tree | e1294e426f21541cd1f93913de134ead4a7b19ab /RELEASE_NOTES.md | |
parent | 00922ab535ba784c284b1ccc7956f077d94c7896 (diff) | |
download | chef-6d90abfaad4602a4fa852a0ea2ce6c43bdf84e4e.tar.gz |
Add release notes.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 03be083bdb..3789eb567f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -257,3 +257,9 @@ The behavior of the `clear_sources` property is now to only add `--clear-sources ### `knife cookbook site vendor` has been removed Please use `knife cookbook site install` instead. + +### `use_inline_resources` is always enabled + +The `use_inline_resources` provider mode is always enabled when using the +`action :name do ... end` syntax. You can remove the `use_inline_resources` +line. |