summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2015-12-01 14:55:36 -0800
committerTim Smith <tsmith@chef.io>2015-12-01 14:55:36 -0800
commita847f5f1f712086765b4b453336b5775b38e5ea4 (patch)
tree0af84a418ad9a102314e123817785c6a7818bbaf
parent417d9ea541d11eb3bfa7944789bc5447655c6ab8 (diff)
downloadohai-a847f5f1f712086765b4b453336b5775b38e5ea4.tar.gz
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3cd43779..3440fda5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,9 +18,12 @@
* Add kernel bitness detection for AIX
* Fix CPU detection on FreeBSD 10.2+, add additional CPU attributes, and convert values from hex to base 10
* Add inode data for filesystems on FreeBSD
-* Detect vbox/vmware/kvm on Windows and speed up runs
-* Add a plugin for virtualbox to provide host / guest version information
-* Escape plugin directories to prevent failures on Windows
+* Detect Virtualbox VMware and KVM on Windows guests and speed up Ohai runs
+* Add a plugin for Virtualbox to provide host / guest version information
+* Escape plugin directory path to prevent failures on Windows
+* Detect Microsoft Hyper-V Linux/BSD guests, which were previously detected as VirtualPC guests
+* Detect Microsoft VirtualPC Linux/BSD guests on additional releases of VirtualPC
+* Add KVM, VirtualBox, and Openstack guest detection to BSD platforms and add the node[:virtualization][:systems] syntax
## Release 8.7.0
* Fix behavior when abort called from plug-in (Ohai should exit with error code)