diff options
author | tylercloke <tylercloke@gmail.com> | 2015-07-06 14:38:00 -0700 |
---|---|---|
committer | tylercloke <tylercloke@gmail.com> | 2015-07-06 14:38:00 -0700 |
commit | 65901ab70e498625cc2d07fec32f1eba3c8ca961 (patch) | |
tree | ca0635a3a67f9b33d600e2e9c38326d1133a43c8 /CHANGELOG.md | |
parent | 78eba34a405fdc2332ffa5355c41e75f8b967e80 (diff) | |
download | chef-65901ab70e498625cc2d07fec32f1eba3c8ca961.tar.gz |
Update changelog.tc/fix-chef-user
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cd9a16606..64ce0a0986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * [pr#3208](https://github.com/chef/chef/pull/3208) Missing require (require what you use). * [pr#3449](https://github.com/chef/chef/pull/3449) correcting minor typo in user_edit knife action * [pr#3572](https://github.com/chef/chef/pull/3572) Use windows paths without case-sensitivity. +* [pr#3630](https://github.com/chef/chef/pull/3630) Restore Chef::User and Chef::ApiClient namespace to API V0 functionality and move new functionality into Chef::UserV1 and Chef::ApiClientV1 until Chef 13. ## 12.4.0 |