summaryrefslogtreecommitdiff
path: root/CONTRIBUTIONS.md
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-12 15:10:10 -0700
committersersut <serdar@opscode.com>2014-03-12 15:10:10 -0700
commitce7593ee60ecace552a86ece5cd98ef8b9395bf1 (patch)
treed02a98d67066efc5b6e2c2119a8aa7894f8ca91e /CONTRIBUTIONS.md
parente11698c9fffb8b2bf0b39591b3b79d6890e1351d (diff)
downloadchef-ce7593ee60ecace552a86ece5cd98ef8b9395bf1.tar.gz
Info for PR 1121.
Diffstat (limited to 'CONTRIBUTIONS.md')
-rw-r--r--CONTRIBUTIONS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index e09c96848e..537bb4fff2 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -7,5 +7,5 @@ Example Contribution:
# Chef Client Contributions:
* **jonlives**: Changed the order of recipe and cookbook name setting. Fixes CHEF-5052.
-* **jaymzh**: Service Provider for MacOSX now supports `enable` and `disable`
-
+* **jaymzh**: Added support for `enable` and `disable` to MacOSX service provider.
+* **bossmc**: Made formatters more resilient to nil exception messages.