diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e8cab9b3..14ce0dbd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Ohai Changelog ## Release 8.8.1 -* Remove dependency on mime-types gem -* Skip the VMware plugin if DMI data doesn't indicate we're on a VMware system +* [pr#677](https://github.com/chef/ohai/pull/677) Remove dependency on mime-types gem +* [pr#662](https://github.com/chef/ohai/pull/662) Skip the VMware plugin if DMI data doesn't indicate we're on a VMware system ## Release 8.8.0 * [**James Flemer, NDP LLC**](https://github.com/jflemer-ndp): diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 60073a8f1..a5f8813b2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,5 +10,5 @@ Details about the thing that changed that needs to get included in the Release N # Ohai Release Notes: This is a patch release with the following fixes: -1. Removed dependency on mime-types gem. This could cause failures in some scenarios. -2. Skip loading the VMWare plug-in when we don't need it (e.g. on non-VMWare systems) +* [pr#677](https://github.com/chef/ohai/pull/677) Removed dependency on mime-types gem. This could cause failures in some scenarios. +* [pr#662](https://github.com/chef/ohai/pull/662) Skip loading the VMWare plug-in when we don't need it (e.g. on non-VMWare systems)