diff options
author | Tim Smith <tsmith@chef.io> | 2018-03-26 10:39:35 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-03-26 10:44:19 -0700 |
commit | 0106eed01ffd11a9d43b522ab10be53790a9327c (patch) | |
tree | 0f5e560f7e42627997c5d6c866033e963518b90a /CHANGELOG.md | |
parent | 142778cb9db7f4f9cc606903b1f77526449136d9 (diff) | |
download | chef-0106eed01ffd11a9d43b522ab10be53790a9327c.tar.gz |
Parser 2.5.0.4 was yanked
We missed 2 changelog updates due to this so I'm manually adding them
Signed-off-by: Tim Smith <tsmith@chef.io>
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 44951bb0e3..b67bda34c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ ### Changes since 13.7.16 release #### Merged Pull Requests +- Switch chef debug logging to trace [#7039](https://github.com/chef/chef/pull/7039) ([thommay](https://github.com/thommay)) +- Remove path helpers from window_pagefile [#7048](https://github.com/chef/chef/pull/7048) ([tas50](https://github.com/tas50)) - Add swap_file resource from the swap cookbook [#6990](https://github.com/chef/chef/pull/6990) ([tas50](https://github.com/tas50)) <!-- 14.0.163 --> - Revert "Upgrade to openssl 1.1" [#7045](https://github.com/chef/chef/pull/7045) ([tas50](https://github.com/tas50)) <!-- 14.0.162 --> - Upgrade to openssl 1.1 [#7044](https://github.com/chef/chef/pull/7044) ([tas50](https://github.com/tas50)) <!-- 14.0.161 --> |