summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-05-26 12:54:11 -0700
committerdanielsdeleo <dan@getchef.com>2015-05-26 12:54:11 -0700
commit18b7aa067048deb1984a5b03b33589895855648a (patch)
treea3c44e44006f05b6ae8ed7254331bfbd84b91826
parent182f3760dd4d81033d57cfc4d36b2fb6fc848e32 (diff)
downloadchef-18b7aa067048deb1984a5b03b33589895855648a.tar.gz
update changelog for https://github.com/chef/chef/pull/3195
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ae41072b2..03248be42e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
## Unreleased
+* [**Yukihiko SAWANOBORI**](https://github.com/sawanoboly): Pass name by
+ knife cil attribute [pr#3195](https://github.com/chef/chef/pull/3195)
+
* [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