diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-04-05 20:04:55 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-04-06 10:03:15 -0700 |
commit | 292a117c5796f1d7338b7632c6af77734ccf11a9 (patch) | |
tree | b47c5f209041af5af5f704303005a8bb1386a65c /RELEASE_NOTES.md | |
parent | d3d4ddb596bd4fb87a9ab659112134bd431d3ea9 (diff) | |
download | chef-292a117c5796f1d7338b7632c6af77734ccf11a9.tar.gz |
[ci skip] add note on guard impl changing
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 df43f23b6d..ac49fd7edc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -328,3 +328,7 @@ Since most providers which launch custom user commands use `shell_out_with_syste will be that those commands that used to be having embedded omnibus paths injected into them no longer will. Generally this will fix more problems than it solves, but may causes issues for some use cases. +### Default guard clauses (`not_if`/`only_if`) do not change the PATH or other env vars + +The implementation switched to `shell_out_with_systems_locale` to match `execute` resource, etc. + |