summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-14 12:09:22 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-14 12:09:22 -0700
commit86b3aee6052ea97d3b7767d1188cc831485fa5ad (patch)
tree890aec81cb45c194b77c28d945c334663acc6852
parent24006a2a9aa2b324f28979da1e13c3e064ddb3ab (diff)
downloadchef-86b3aee6052ea97d3b7767d1188cc831485fa5ad.tar.gz
[ci skip] update RELEASE_NOTES for declare_resource API changes
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 4a5c0b8f8c..7d5baaac2f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -59,3 +59,9 @@ Previously, the syntax `node.foo.bar` could be used to mean `node["foo"]["bar"]`
with the core ruby Object class (e.g. `node.class`) and where it collided with our own ability to extend the `Chef::Node` API. This
method access has been deprecated for some time, and has been removed in Chef-13.
+### Changed `declare_resource` API
+
+Dropped the `create_if_missing` parameter that was immediately supplanted by the `edit_resource` API (most likely nobody ever used
+this) and converted the `created_at` parameter from an optional positional parameter to a named parameter. These changes are unlikely
+to affect any cookbook code.
+