summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-04-04 19:15:34 -0700
committerNoah Kantrowitz <noah@coderanger.net>2017-04-04 19:15:34 -0700
commit6d90abfaad4602a4fa852a0ea2ce6c43bdf84e4e (patch)
treee1294e426f21541cd1f93913de134ead4a7b19ab
parent00922ab535ba784c284b1ccc7956f077d94c7896 (diff)
downloadchef-6d90abfaad4602a4fa852a0ea2ce6c43bdf84e4e.tar.gz
Add release notes.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
-rw-r--r--RELEASE_NOTES.md6
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.