diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-08 00:20:55 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-08 00:20:55 +0000 |
commit | c556b1da3dbc8b069dea54d9db239a73076d79d2 (patch) | |
tree | 69d4739aba6043274419658b4f8301159d9a25fd /CHANGELOG.md | |
parent | 534431b175055a471807b4cb8d4e1077b1c3cfe4 (diff) | |
download | chef-c556b1da3dbc8b069dea54d9db239a73076d79d2.tar.gz |
Update CHANGELOG.md with details from pull request #10279
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dbcf25229..26adf59bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased #### Merged Pull Requests +- Clean up some interdependencies in script resource tests. [#10279](https://github.com/chef/chef/pull/10279) ([phiggins](https://github.com/phiggins)) - Remove an unnecessary shared_context from execute resource tests [#10278](https://github.com/chef/chef/pull/10278) ([phiggins](https://github.com/phiggins)) <!-- latest_release --> @@ -10,6 +11,7 @@ ### Changes not yet released to stable #### Merged Pull Requests +- Clean up some interdependencies in script resource tests. [#10279](https://github.com/chef/chef/pull/10279) ([phiggins](https://github.com/phiggins)) <!-- 16.4.16 --> - Remove an unnecessary shared_context from execute resource tests [#10278](https://github.com/chef/chef/pull/10278) ([phiggins](https://github.com/phiggins)) <!-- 16.4.16 --> - Mark deep_merge as private [#10277](https://github.com/chef/chef/pull/10277) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.4.16 --> - powershell_script: Use native properties and don't coerce user provided flags with powershell defaults [#10274](https://github.com/chef/chef/pull/10274) ([phiggins](https://github.com/phiggins)) <!-- 16.4.15 --> |