diff options
author | Julian C. Dunn <jdunn@chef.io> | 2015-02-04 07:59:15 +0100 |
---|---|---|
committer | Julian C. Dunn <jdunn@chef.io> | 2015-02-04 07:59:15 +0100 |
commit | 10b1887c20ddaaeae30b4cd4f83f219410d36c4f (patch) | |
tree | e6df0e8870e2f8475284aba94b4a2c69bcb4509b /CHANGELOG.md | |
parent | 23cb1c709d83f1476e6a155a2ec8d0cdde14c0f9 (diff) | |
download | chef-10b1887c20ddaaeae30b4cd4f83f219410d36c4f.tar.gz |
Bugfix: Allow action :nothing for windows_package, ips_package, paludis_package and reboot resources.
Closes #2841.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 27aa534125..c434650fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ * Useradd functional tests fail randomly * Add comments to trusted_certs_content * fixes a bug where providers would not get defined if a top-level ruby constant with the same name was already defined (ark cookbook, chrome cookbook) +* Fix a bug in `reboot`, `ips_package`, `paludis_package`, `windows_package` resources where `action :nothing` was not permitted ## 12.0.3 * [**Phil Dibowitz**](https://github.com/jaymzh): |