summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2015-06-09 10:29:04 +0100
committerThom May <thom@may.lt>2015-06-09 10:29:04 +0100
commit59da09f64b72dbd712c890f999322493a4bc9ec4 (patch)
tree2d1bc8f0776dfef293c79bfe95999a1f09f9aa5e /CHANGELOG.md
parent6daea43f5578d6bf2aeb3464144dd8dbdf6bd4ef (diff)
parentd795db97bb8a79b179cd2f61355f04a856df3bd8 (diff)
downloadchef-59da09f64b72dbd712c890f999322493a4bc9ec4.tar.gz
Merge pull request #3495 from chef/jk/automatic-automatic-name
Remove use_automatic_resource_name, make resource_name automatic
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ddb91ab3d..4fa6e1a1be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,11 +20,12 @@
* [pr#3397](https://github.com/chef/chef/pull/3397): Validate owner exists in directory resources
* [pr#3418](https://github.com/chef/chef/pull/3418): Add `shell_out` mixin to Chef::Resource class for use in `not_if`/`only_if` conditionals, etc.
* [pr#3406](https://github.com/chef/chef/pull/3406): Add wide-char 'Environment' to `broadcast_env_change` mixin for setting windows environment variables
-* [pr#3442](https://github.com/chef/chef/pull/3442): Add `resource_name` to top-level Resource class to make defining resources easier. `use_automatic_resource_name` also added, to support convention-based resource naming.
+* [pr#3442](https://github.com/chef/chef/pull/3442): Add `resource_name` to top-level Resource class to make defining resources easier.
* [pr#3447](https://github.com/chef/chef/pull/3447): Add `allowed_actions` and `default_action` to top-level Resource class.
* [pr#3475](https://github.com/chef/chef/pull/3475): Fix `shell_out` timeouts in all package providers to respect timeout property on the resource.
* [pr#3477](https://github.com/chef/chef/pull/3477): Update `zypper_package` to look like the rest of our package classes.
* [pr#3483](https://github.com/chef/chef/pull/3483): Allow `include_recipe` from LWRP providers.
+* [pr#3495](https://github.com/chef/chef/pull/3495): Make resource name automatically determined from class name, and provide DSL for it.
## 12.4.0