diff options
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
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). |