summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-10-10 15:12:12 -0700
committerSerdar Sutay <serdar@opscode.com>2014-10-10 15:12:12 -0700
commit21c94fbfd3ab3b0b6eb457a64dc6ac288f073970 (patch)
tree136673850752d81b18819dce69e68339f74a9da2
parent45a44d598dafd037212ec7aa2249abe520c0e22e (diff)
downloadchef-21c94fbfd3ab3b0b6eb457a64dc6ac288f073970.tar.gz
Contribution information for https://github.com/opscode/chef/pull/2041.
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2a304ead7..40fa8afcf9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -100,6 +100,8 @@
Added a more clear error message to chef-apply when no recipe is given.
* [**Joe Nuspl**](https://github.com/nvwls):
Added support for `sensitive` property to the execute resource.
+* [**Nolan Davidson**](https://github.com/nsdavidson):
+ Added an error message to prevent unintentional running of `exec()` in recipes.
### Chef Contributions