summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-02-11 14:10:57 -0800
committerdanielsdeleo <dan@getchef.com>2015-02-11 14:10:57 -0800
commit3743da85e48f2fc57e48ed62c014c1070bb69f38 (patch)
tree4687d34573207004da6dde30331cff880438a7f3
parent3ed9b877442a1b735504ac0b3571f3de1b87dcb4 (diff)
downloadchef-3743da85e48f2fc57e48ed62c014c1070bb69f38.tar.gz
Add note about policyfile native APIs to changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c9934aca2..a8c56dc082 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -77,6 +77,9 @@
* 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.
## 12.0.3
* [**Phil Dibowitz**](https://github.com/jaymzh):