diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-06-03 17:21:02 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-06-04 09:34:08 -0700 |
commit | 1b83f9b8a1255a7e20a718af5447900b7c8249b5 (patch) | |
tree | 50e18a1d55a1607d8e34a486292e018a753e12e6 | |
parent | e4c52e53a4b9caebebf09fb8ff944f7a2397fe33 (diff) | |
download | chef-1b83f9b8a1255a7e20a718af5447900b7c8249b5.tar.gz |
add CHANGELOG.mdlcg/lwrp-calling-include-recipe
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06407d6112..f21f2e1710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ * [pr#3447](https://github.com/chef/chef/pull/3447): Add `allowed_actions` and `default_action` to top-level Resource class. * [pr#3475](https://github.com/chef/chef/pull/3475): Fix `shell_out` timeouts in all package providers to respect timeout property on the resource. * [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. ## 12.4.0 |