summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--CONTRIBUTIONS.md4
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b0183a338..e271291ec7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@
* CHEF-5086: Add reboot_pending? helper to DSL
* Upgrade ohai to 7.0.0.rc.0
* Make the initial bootstrap message more user friendly (CHEF-5102)
+* Correctly handle exceptions in formatters when exception.message is nil (CHEF-4743)
## Last Release: 11.10.0 (02/06/2014)
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.