summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-10-24 13:48:45 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-10-24 13:48:45 -0700
commit281b0e20360207f488f38d71020f3fd7b22a2f0b (patch)
tree96d4e168493bb313080aa65e8dab4f99decdf89f /CHANGELOG.md
parentb0384705d4b8e728935daaad64a482acd5c310e6 (diff)
parent14fa7a2178bc2f771df5da2a0cfb18054775a4e8 (diff)
downloadchef-281b0e20360207f488f38d71020f3fd7b22a2f0b.tar.gz
Merge pull request #2295 from opscode/lcg/provider-resolver-mds
add md files for ProviderResolver features
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e22cb2f150..a16a8dfa76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -138,6 +138,14 @@
### Chef Contributions
+* Added os/platform_family options to provides syntax on the Chef::Resource DSL
+* Added provides methods to the Chef::Provider DSL
+* Added supported?(resource, action) class method to all Providers for late-evaluation if a provider can handle a
+ resource
+* Added ProviderResolver feature to handle late resolution of providers based on what kinds of support is in the
+ base operating system.
+* Partial Deprecation of Chef::Platform provider mapping. The static mapping will be removed as Chef-12 progresses
+ and the hooks will be completely dropped in Chef-13.
* Default `guard_interpreter` for `powershell_script` resource set to `:powershell_script`, for `batch` to `:batch`
* Recipe definition now returns the retval of the definition
* Add support for Windows 10 to version helper.