summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-04-05 20:04:55 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-04-06 10:03:15 -0700
commit292a117c5796f1d7338b7632c6af77734ccf11a9 (patch)
treeb47c5f209041af5af5f704303005a8bb1386a65c
parentd3d4ddb596bd4fb87a9ab659112134bd431d3ea9 (diff)
downloadchef-292a117c5796f1d7338b7632c6af77734ccf11a9.tar.gz
[ci skip] add note on guard impl changing
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--RELEASE_NOTES.md4
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.
+