summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2015-12-09 10:23:26 -0800
committerSalim Alam <salam@chef.io>2015-12-09 11:00:16 -0800
commit51f96262dcafd525b0724255ee06b56803c8733a (patch)
treebaea81d58c8028f32a5ef26261756d5b75af6741
parent13389630192abf187d367e30bfe19f670a0161b9 (diff)
downloadohai-51f96262dcafd525b0724255ee06b56803c8733a.tar.gz
Update changelog & release notes with PR#s
-rw-r--r--CHANGELOG.md4
-rw-r--r--RELEASE_NOTES.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e8cab9b..14ce0dbd 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 60073a8f..a5f8813b 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)