diff options
author | Thom May <thom@chef.io> | 2015-06-09 10:33:04 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2015-06-09 10:33:04 +0100 |
commit | 99c32217568882be636f29eb507407c79a8388ef (patch) | |
tree | 99982672153160f658f7dffef0968c903a136fdf /CHANGELOG.md | |
parent | 1d42bcc2eaa8d693a534ba0810d3722587a59c97 (diff) | |
download | chef-99c32217568882be636f29eb507407c79a8388ef.tar.gz |
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa6e1a1be..4487856d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,4 @@ ## 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): @@ -26,6 +25,8 @@ * [pr#3477](https://github.com/chef/chef/pull/3477): Update `zypper_package` to look like the rest of our package classes. * [pr#3483](https://github.com/chef/chef/pull/3483): Allow `include_recipe` from LWRP providers. * [pr#3495](https://github.com/chef/chef/pull/3495): Make resource name automatically determined from class name, and provide DSL for it. +* [pr#3497](https://github.com/chef/chef/pull/3497): Issue 3485: Corruption of node's run\_context when non-default guard\_interpreter is evaluated +* [pr#3299](https://github.com/chef/chef/pull/3299): Remove experimental warning on audit mode ## 12.4.0 |