From 4c4b645a233204aa16bbe2177280ec769d20e81d Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 3 Nov 2016 11:27:07 -0700 Subject: Make release notes easier to read Break up individual changes with headers --- RELEASE_NOTES.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'RELEASE_NOTES.md') 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 -- cgit v1.2.1