diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-12-02 14:10:32 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-12-02 14:10:32 -0800 |
commit | 2046cb8e519817619472384296328f9cdcbb5c16 (patch) | |
tree | 99650eafadaa27be3219abf191feab7443beb665 /RELEASE_NOTES.md | |
parent | 7220170bb786c0e28c930f224c79d60d8118f6d3 (diff) | |
download | chef-2046cb8e519817619472384296328f9cdcbb5c16.tar.gz |
another note on dpkg_package changeslcg/dpkg-multipackage
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
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). |