From e4c95e2572bf34c28438af814415ca3aea32ca8d Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 5 Apr 2017 20:04:55 -0700 Subject: [ci skip] add note on guard impl changing Signed-off-by: Lamont Granquist --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9a06fbb574..f83eacd9f4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -300,3 +300,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. + -- cgit v1.2.1