diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0cfec4a7..f7f37d045d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 16.4.2 --> -## [v16.4.2](https://github.com/chef/chef/tree/v16.4.2) (2020-08-04) +<!-- latest_release 16.4.3 --> +## [v16.4.3](https://github.com/chef/chef/tree/v16.4.3) (2020-08-04) #### Merged Pull Requests -- Fix second chef run hang for windows_font resource [#10257](https://github.com/chef/chef/pull/10257) ([dheerajd-msys](https://github.com/dheerajd-msys)) +- Use find instead of select.first [#10255](https://github.com/chef/chef/pull/10255) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.3.45 --> ### Changes not yet released to stable #### Merged Pull Requests +- Use find instead of select.first [#10255](https://github.com/chef/chef/pull/10255) ([tas50](https://github.com/tas50)) <!-- 16.4.3 --> - Fix second chef run hang for windows_font resource [#10257](https://github.com/chef/chef/pull/10257) ([dheerajd-msys](https://github.com/dheerajd-msys)) <!-- 16.4.2 --> - Remove unnecessary Mixin::ShellOut in providers [#10256](https://github.com/chef/chef/pull/10256) ([tas50](https://github.com/tas50)) <!-- 16.4.1 --> - Convert openssl resources to unified_mode [#10249](https://github.com/chef/chef/pull/10249) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.4.0 --> |