summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@getchef.com>2014-06-10 09:11:59 -0700
committerBryan McLellan <btm@getchef.com>2014-06-10 09:11:59 -0700
commit3800ae10cc8adc9de1195f3cfc70d82679b4aa9b (patch)
treef36c39d1ecbfe6b70660de49e364e42d2b712f83
parent7219db1ff7dbc5fc9c9f29cb43a319ec69c9430a (diff)
downloadchef-3800ae10cc8adc9de1195f3cfc70d82679b4aa9b.tar.gz
Contribution release notes
-rw-r--r--CHANGELOG.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9edf36be41..93c46ba926 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,13 +53,14 @@
Add warning if host resembles winrm command and knife-windows is not present.
* [**Sander van Harmelen**](https://github.com/svanharmelen):
Ensure URI compliant urls. (CHEF-5261)
-* [**Julian C. Dunn**](https://github.com/juliandunn):
- Prevent tracing? from throwing an exception when first starting chef-shell.
* [**Robby Dyer**](https://github.com/robbydyer):
Correctly detect when rpm_package does not exist in upgrade action. (CHEF-5273)
-* [**Joshua Timberman**](https://github.com/jtimberman):
- Use Upstart provider on Ubuntu 13.10+. (CHEF-5276)
+* [**Sergey Sergeev**](https://github.com/zhirafovod):
+ Hide sensitive data output on chef-client error (CHEF-5098)
+* Log resource always triggers notifications (CHEF-4028)
+* Prevent tracing? from throwing an exception when first starting chef-shell.
+* Use Upstart provider on Ubuntu 13.10+. (CHEF-5276)
* Cleaned up mount provider superclass
* Added "knife serve" to bring up local mode as a server
* Print nested LWRPs with indentation in doc formatter output