summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-12-02 14:10:32 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-12-02 14:10:32 -0800
commit2046cb8e519817619472384296328f9cdcbb5c16 (patch)
tree99650eafadaa27be3219abf191feab7443beb665
parent7220170bb786c0e28c930f224c79d60d8118f6d3 (diff)
downloadchef-lcg/dpkg-multipackage.tar.gz
another note on dpkg_package changeslcg/dpkg-multipackage
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 771cfaf41c..44dcc64894 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -39,3 +39,5 @@ This debugging feature will mostly be useful to people who are already Ruby expe
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).
+Some edge conditions in the `:remove` and `:purge` actions in `dpkg_package` were also fixed and the `:purge` action will now
+purge packages that were previously removed (`apt_package` still does not do this).