diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-02-17 12:33:50 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-02-17 12:33:50 -0800 |
commit | acd45f4eb92d45dfd43964af03206585a09e8246 (patch) | |
tree | 16769bbc2805481f1c0d2bc1adf87c0cdec9ab11 | |
parent | 01ce6b1aa05df3541a89ced78a2513f9e682c181 (diff) | |
download | chef-acd45f4eb92d45dfd43964af03206585a09e8246.tar.gz |
missed classifying one PR in the CHANGELOG
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c05fb058b..4fc28f3f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This changelog reflects the current state of chef's master branch on github and **Merged pull requests:** -- coerce immutable arrays to normal arrays in the yum\_package resource [\#5816](https://github.com/chef/chef/pull/5816) ([lamont-granquist](https://github.com/lamont-granquist)) +- Yum\_Package: coerce immutable arrays to normal arrays in the yum\_package resource [\#5816](https://github.com/chef/chef/pull/5816) ([lamont-granquist](https://github.com/lamont-granquist)) - Core: Suppress sensitive properties from resource log and reporting output [\#5803](https://github.com/chef/chef/pull/5803) ([tduffield](https://github.com/tduffield)) - Core: Sanitize UTF-8 data sent to Data Collector [\#5793](https://github.com/chef/chef/pull/5793) ([lamont-granquist](https://github.com/lamont-granquist)) - Yum\_Package: Add multipackage\_api support to yum\_package provider [\#5791](https://github.com/chef/chef/pull/5791) ([tduffield](https://github.com/tduffield)) @@ -1360,4 +1360,4 @@ of partial templates. * Allow specifying a guard_interpreter after a conditional on a resource (Fixes #1943) * Windows package type should be a symbol (Fixes #1997) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |