summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-02-17 15:44:58 -0600
committerJay Mundrawala <jdmundrawala@gmail.com>2015-02-17 15:44:58 -0600
commitb3196591522bc707bdf6e835cd789a8a9ada3f13 (patch)
treec37057077204ee8770bdbc81ae7ee4e3cc2ab5d1
parent4f6fa576a5a46ae9739e1e13fc9f79f1d3c489f8 (diff)
downloadchef-b3196591522bc707bdf6e835cd789a8a9ada3f13.tar.gz
test
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1bbc19c96d..8da28a6edf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -87,6 +87,7 @@
* Add comments to trusted_certs_content
* fixes a bug where providers would not get defined if a top-level ruby constant with the same name was already defined (ark cookbook, chrome cookbook)
* Fix a bug in `reboot`, `ips_package`, `paludis_package`, `windows_package` resources where `action :nothing` was not permitted
+
* Use Chef::ApiClient#from_hash in `knife client create` to avoid json_class requirement. [Issue 2542](https://github.com/chef/chef/issues/2542)
* Add support for policyfile native API (preview). These APIs are unstable, and you may be forced to delete data uploaded to them in a
future release, so only use them for demonstration purposes.