diff options
author | Tim Smith <tsmith@chef.io> | 2016-09-14 15:38:59 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-09-14 15:38:59 -0700 |
commit | 0987d724a9cc7c8bf5bfbbbe57b43a5ff4c05bcd (patch) | |
tree | 31185c325ed242864ce2e98163cbd30dd2e51cc1 /CHANGELOG.md | |
parent | ec00e91413efbb0c43e84fc8ce4c84695943899a (diff) | |
download | chef-0987d724a9cc7c8bf5bfbbbe57b43a5ff4c05bcd.tar.gz |
Improve changelog and release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dda4a7d1f..f76184539f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ - Rewrite linux\_user provider check\_lock [\#5248](https://github.com/chef/chef/pull/5248) ([lamont-granquist](https://github.com/lamont-granquist)) - Allow flagging a resource property as sensitive [\#5185](https://github.com/chef/chef/pull/5185) ([adamleff](https://github.com/adamleff)) - Rewrite linux useradd provider [\#5243](https://github.com/chef/chef/pull/5243) ([lamont-granquist](https://github.com/lamont-granquist)) -- Create and delete yum repositories [\#5187](https://github.com/chef/chef/pull/5187) ([thommay](https://github.com/thommay)) +- Add yum_repository resource from the yum cookbook [\#5187](https://github.com/chef/chef/pull/5187) ([thommay](https://github.com/thommay)) - Verify systemd\_unit file during create [\#5210](https://github.com/chef/chef/pull/5210) ([mal](https://github.com/mal)) - Add a warning for guard blocks that return a non-empty string [\#5233](https://github.com/chef/chef/pull/5233) ([coderanger](https://github.com/coderanger)) - Forward package cookbook\_name to underlying remote\_file [\#5128](https://github.com/chef/chef/pull/5128) ([Annih](https://github.com/Annih)) |