diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-12-02 14:08:18 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-12-02 14:08:18 -0800 |
commit | 7220170bb786c0e28c930f224c79d60d8118f6d3 (patch) | |
tree | c2301491df1ecbb156af2860d824dc941f54852c /RELEASE_NOTES.md | |
parent | ef4688a7c672bc7cafe065f6c340ac2d9d1d8655 (diff) | |
download | chef-7220170bb786c0e28c930f224c79d60d8118f6d3.tar.gz |
add changelog and release notes
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). |