diff options
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | RELEASE_NOTES.md | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6919283413..899fa979e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ * [**Nolan Davidson**](https://github.com/nsdavidson) [pr#4014](https://github.com/chef/chef/pull/4014) Adding ksh resource +* [pr#4196](https://github.com/chef/chef/pull/4196) multipackage dpkg_package and bonus fixes * [pr#4185](https://github.com/chef/chef/pull/4185) dpkg provider cleanup * [pr#4165](https://github.com/chef/chef/pull/4165) Multipackage internal API improvements * [pr#4081](https://github.com/chef/chef/pull/4081) RFC-037: add `chef_version` and `ohai_version` metadata diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c27984101b..771cfaf41c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -34,4 +34,8 @@ not designed to be a general solution to performance issues inside of chef-clien This debugging feature will mostly be useful to people who are already Ruby experts. +## `dpkg_package` now accepts an array of packages + +Similar to the `yum_package` and `apt_package` resources, the `dpkg_package` resource now handles an Array of package names (and +also array of versions and array of sources). |