summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-18 15:11:31 -0700
committerGitHub <noreply@github.com>2018-09-18 15:11:31 -0700
commit7c284749b81c88289d4a083cc559b19c29d99f99 (patch)
tree2192fc0baa66096b9579455a5c958f765b4d3783 /RELEASE_NOTES.md
parent43ab6b2f83117b1ec67ba7730dab6c3d2c2812ff (diff)
downloadohai-7c284749b81c88289d4a083cc559b19c29d99f99.tar.gz
Link to github profiles in the release notes
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5dcace7e..58eadd94 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,13 +2,13 @@
## Windows Improvements
-How we detect the `root_group` attribute on Windows has been simplified and improved to properly support non-English systems. With this change we've also deprecated the `Ohai::Util::Win32::GroupHelper` helper, which is no longer necessary. Thanks to @jugatsu for putting this together.
+How we detect the `root_group` attribute on Windows has been simplified and improved to properly support non-English systems. With this change we've also deprecated the `Ohai::Util::Win32::GroupHelper` helper, which is no longer necessary. Thanks to [@jugatsu](https://github.com/jugatsu) for putting this together.
-We've also added a new `encryption_status` attribute to volumes on Windows. Thanks to @kmf for suggesting this new feature.
+We've also added a new `encryption_status` attribute to volumes on Windows. Thanks to [@kmf](https://github.com/kmf) for suggesting this new feature.
## Configuration Improvements
-The timeout period for communicating with OpenStack metadata servers can now be configured with the `openstack_metadata_timeout` config option. Thanks to @sawanoboly for this improvement.
+The timeout period for communicating with OpenStack metadata servers can now be configured with the `openstack_metadata_timeout` config option. Thanks to [@sawanoboly](https://github.com/sawanoboly) for this improvement.
Ohai now properly handles relative paths to config files when running on the command line. This means commands like `ohai -c ../client.rb` will now properly use your config values.