diff options
author | Tim Smith <tsmith@chef.io> | 2016-03-08 11:13:43 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-03-08 11:13:43 -0800 |
commit | 44ca255f386a4f3b28323b70c9a7ac371dc1f2ad (patch) | |
tree | c2ba16b1ed41cd05159751563d9c02a2759ecb89 /CHANGELOG.md | |
parent | 779213baf23968b05235787c77c095128444da26 (diff) | |
download | ohai-44ca255f386a4f3b28323b70c9a7ac371dc1f2ad.tar.gz |
Fix change log
These were issues that were closed without code changes. They shouldn't be in the changelog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 87cb89ce..2d12bbc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,6 @@ **Fixed bugs:** -- KVM modules is a bogus way to detect a KVM host [\#749](https://github.com/chef/ohai/issues/749) -- Azure hosts should not also show up as Hyper-V guests [\#665](https://github.com/chef/ohai/issues/665) - Use escape\_glob\_dir instead of escape\_glob [\#747](https://github.com/chef/ohai/pull/747) ([jaym](https://github.com/jaym)) - have a proper dependency on plist [\#737](https://github.com/chef/ohai/pull/737) ([thommay](https://github.com/thommay)) - Fix digital ocean ip address detection [\#735](https://github.com/chef/ohai/pull/735) ([ctso](https://github.com/ctso)) |