diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-02-26 16:13:38 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-02-28 11:19:49 -0800 |
commit | ccc373354e02db91ef00a6d8d7bab520c7ebc3ab (patch) | |
tree | 7b5b9a2020ee4495789801ce29ec14af7c6df181 /RELEASE_NOTES.md | |
parent | 8f2cdc75307dfba5d3867d0794dc6085795dc36f (diff) | |
download | chef-ccc373354e02db91ef00a6d8d7bab520c7ebc3ab.tar.gz |
Chef-13: Remove Chef::PolicyBuilder::ExpandNodeObject#load_node
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 374396ae9a..12c3fd8a8d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -37,3 +37,7 @@ The remediation is to set the manage_home and non_unique properties directly. Without a declared cwd the relative path was (most likely?) relative to wherever chef-client happened to be invoked which is not deterministic or easy to intuit behavior. +### Chef::PolicyBuilder::ExpandNodeObject#load_node has been removed + +This change is most likely to only affect internals of tooling like chefspec if it affects anything at all. + |