diff options
author | Steven Murawski <steven.murawski@gmail.com> | 2015-10-21 10:10:56 -0500 |
---|---|---|
committer | Steven Murawski <steven.murawski@gmail.com> | 2015-10-21 10:10:56 -0500 |
commit | f324955feb0bb694b69b7c107986b5995df094e0 (patch) | |
tree | cd64879d5d1f171693d85ae4f44f05f533603090 /CHANGELOG.md | |
parent | ceeb47d54736673aac2a3c11c89b6580406197f0 (diff) | |
download | chef-f324955feb0bb694b69b7c107986b5995df094e0.tar.gz |
updated CHANGELOG for PR #4021
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6be4a71f..ed2c37ef1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ * [pr#4034](https://github.com/chef/chef/pull/4034) add optional ruby-profiling with --profile-ruby * [pr#3119](https://github.com/chef/chef/pull/3119) allow removing user, even if their GID isn't resolvable * [pr#4068](https://github.com/chef/chef/pull/4068) update messaging from LWRP to Custom Resource in logging and spec +* [pr#4021](https://github.com/chef/chef/pull/4021) add missing requires for Chef::DSL::Recipe to LWRPBase + +## 12.5.1 + +* [**Ranjib Dey**](https://github.com/ranjib): + [pr#3588](https://github.com/chef/chef/pull/3588) Count skipped resources among total resources in doc formatter ## 12.5.1 |