summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-19 13:52:21 -0700
committersersut <serdar@opscode.com>2014-03-19 13:52:21 -0700
commit0dcaddf894e362bebf64b7c20cb37d550a4cec2d (patch)
tree9c37a5cda81a8bce5d67603f6d3fd097f955013d
parent50ed576ca81a22d9d489ba983e1641f01e8e280b (diff)
downloadchef-0dcaddf894e362bebf64b7c20cb37d550a4cec2d.tar.gz
Contribution information for CHEF-4075
-rw-r--r--CHANGELOG.md1
-rw-r--r--CONTRIBUTIONS.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 083bedc7c1..588a3bc1cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@
* Don't honor splay when sent USR1 signal.
* Don't set log_level in client.rb by default (CHEF-3698)
* Add IBM PowerKVM to Platform map. (CHEF-5135)
+* Cookbook metadata now allows boolean and numeric attributes.
## Last Release: 11.10.0 (02/06/2014)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 050b84f4c1..93d9f7a956 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -13,3 +13,4 @@ Example Contribution:
* **linkfanel**: Made attribute arrays able to handle non-dupable elements while being duped.
* **linkfanel**: Removed ruby-shadow installation on cygwin platform.
* **lbragstad**: Add IBM PowerKVM to platform map
+* **slantview**: Allow boolean and numerics in cookbook metadata.