summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-12-02 14:08:18 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-12-02 14:08:18 -0800
commit7220170bb786c0e28c930f224c79d60d8118f6d3 (patch)
treec2301491df1ecbb156af2860d824dc941f54852c
parentef4688a7c672bc7cafe065f6c340ac2d9d1d8655 (diff)
downloadchef-7220170bb786c0e28c930f224c79d60d8118f6d3.tar.gz
add changelog and release notes
-rw-r--r--CHANGELOG.md1
-rw-r--r--RELEASE_NOTES.md4
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).