diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-10-10 15:14:10 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-10-10 15:14:10 -0700 |
commit | a2e29f248a6d8bf8e92bcf1a1229c3236b69b21f (patch) | |
tree | 056afcd0711f9d1c531802702d70177f7eb4e2f8 | |
parent | 21c94fbfd3ab3b0b6eb457a64dc6ac288f073970 (diff) | |
download | chef-a2e29f248a6d8bf8e92bcf1a1229c3236b69b21f.tar.gz |
Contribution information for https://github.com/opscode/chef/pull/2051.
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 40fa8afcf9..84df67bd3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,9 @@ Added support for `sensitive` property to the execute resource. * [**Nolan Davidson**](https://github.com/nsdavidson): Added an error message to prevent unintentional running of `exec()` in recipes. +* [**wacky612**](https://github.com/wacky612): + Fixed a bug in pacman package provider that was preventing the installation of `bind` package. + ### Chef Contributions |