diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-15 17:18:49 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-15 17:18:49 +0000 |
commit | 45e90a89aba1e9e0e124346c49d5b3018b8e0c8c (patch) | |
tree | cc58fd736cca36c52cd7483059327d2ba422ceb4 | |
parent | 0108d3c2842320cee2525b4536f4aa0b51c825cc (diff) | |
download | chef-45e90a89aba1e9e0e124346c49d5b3018b8e0c8c.tar.gz |
Update CHANGELOG.md with details from pull request #10885
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ea69b77e61..813bf7678c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This changelog lists individual merged pull requests to Chef Infra Client and ge ## Unreleased #### Merged Pull Requests +- Test chef-utils and chef-config on Ruby 2.6 still [#10885](https://github.com/chef/chef/pull/10885) ([tas50](https://github.com/tas50)) - Remove Ruby 2.6 tests [#10884](https://github.com/chef/chef/pull/10884) ([tas50](https://github.com/tas50)) - Manually install necessary Ruby for verify pipeline [#10869](https://github.com/chef/chef/pull/10869) ([christopher-snapp](https://github.com/christopher-snapp)) <!-- latest_release --> @@ -13,6 +14,7 @@ This changelog lists individual merged pull requests to Chef Infra Client and ge ### Changes not yet released to stable #### Merged Pull Requests +- Test chef-utils and chef-config on Ruby 2.6 still [#10885](https://github.com/chef/chef/pull/10885) ([tas50](https://github.com/tas50)) <!-- 17.0.43 --> - Remove Ruby 2.6 tests [#10884](https://github.com/chef/chef/pull/10884) ([tas50](https://github.com/tas50)) <!-- 17.0.43 --> - Manually install necessary Ruby for verify pipeline [#10869](https://github.com/chef/chef/pull/10869) ([christopher-snapp](https://github.com/christopher-snapp)) <!-- 17.0.43 --> - Add support for client.d files in chef-shell [#10880](https://github.com/chef/chef/pull/10880) ([jaymzh](https://github.com/jaymzh)) <!-- 17.0.43 --> |