diff options
author | Tim Smith <tsmith@chef.io> | 2016-11-03 11:27:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 11:27:07 -0700 |
commit | 4c4b645a233204aa16bbe2177280ec769d20e81d (patch) | |
tree | 54121b01aee1bb7535975fb8f2f234bcdb041515 | |
parent | cb845f3550141c050c120bc27d0c01b617be4930 (diff) | |
download | chef-4c4b645a233204aa16bbe2177280ec769d20e81d.tar.gz |
Make release notes easier to read
Break up individual changes with headers
-rw-r--r-- | RELEASE_NOTES.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6f48c2db94..0150fcff98 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,7 +5,7 @@ Please see [https://docs.chef.io/release_notes.html](https://docs.chef.io/releas ## Highlighted enhancements for this release: -* Added `attribute_changed` event hook: +### `attribute_changed` event hook In a cookbook library file, you can add this in order to print out all attribute changes in cookbooks: @@ -31,8 +31,7 @@ There will likely be some missed attribute changes and some bugs that need fixin added command line options to print out all attribute changes or filter them (hint: PRs accepted), or to add source file and line numbers to the event (hint: PRs accepted). -* Added automatic connection to Chef Automate's Data Collector when - using a Chef Server that supports it: +### Automatic connection to Chef Automate's Data Collector with supported Chef Server Chef Client will automatically attempt to connect to the Chef Server authenticated data collector proxy. If you have a supported version of |