diff options
author | adamedx <adamed@getchef.com> | 2015-06-03 17:31:50 -0700 |
---|---|---|
committer | adamedx <adamed@getchef.com> | 2015-06-06 08:36:31 -0700 |
commit | a93cdc6e526735912eae6f921f1da2af8b0ef5b0 (patch) | |
tree | 572b289a770cc740cf82e6a023aa7fa5c3e6230b /CHANGELOG.md | |
parent | fd18d4bdfd79a269a3220936efd2ec8f69353c29 (diff) | |
download | chef-a93cdc6e526735912eae6f921f1da2af8b0ef5b0.tar.gz |
Issue#3485: Fix corruption of run_context when guard interpreters are executedadamedx/3485-run_context_corruption
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0bbb0677..7ddb91ab3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## Unreleased +* [pr#3497](https://github.com/chef/chef/pull/3497): Issue 3485: Corruption of node's run\_context when non-default guard\_interpreter is evaluated * [**Yukihiko SAWANOBORI**](https://github.com/sawanoboly): Pass name by knife cil attribute [pr#3195](https://github.com/chef/chef/pull/3195) * [**Torben Knerr**](https://github.com/tknerr): |