summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authormjingle <mjingle@users.noreply.github.com>2018-09-19 10:05:49 -0400
committerGitHub <noreply@github.com>2018-09-19 10:05:49 -0400
commit91b3725961828891392301498ffbce94ab355ee4 (patch)
tree6fb4e7e2cc087607034aa9f01355b6f341267c46 /RELEASE_NOTES.md
parentd93be253a1c7d0bea92ea27519a521c3f0d9f821 (diff)
downloadohai-91b3725961828891392301498ffbce94ab355ee4.tar.gz
Copyediting 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 58eadd94..a627dd31 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,7 +2,7 @@
## 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](https://github.com/jugatsu) for putting this together.
+Detection for 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](https://github.com/kmf) for suggesting this new feature.
@@ -27,13 +27,13 @@ Thanks @jaymzh for reporting this.
## Shellout Timeout Configuration
-By default the timeout for any shellout in Ohai is 30 seconds. If this is too short for you due to slow systems or large numbers of mounts you may need to increase this timeout. You can now configure your own timeout (lower or higher) via the new `shellout_timeout` config setting.
+By default, the timeout for any shellout in Ohai is 30 seconds. If this is too short for you, due to slow systems or large numbers of mounts, you may need to increase this timeout. You can now configure your own timeout (lower or higher) via the new `shellout_timeout` config setting.
Thanks @WheresAlice for this change.
## System Enclosure Plugin
-On Windows we have a new System Enclosure plugin that provides you with the `manufacturer` and `serialnumber` of the underlying system.
+On Windows, we have a new System Enclosure plugin that provides you with the `manufacturer` and `serialnumber` of the underlying system.
Thanks @kmf for suggesting this plugin.