From 4305dac19f79848e72e6a0ce4a91817d3d0b1e65 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 16 Jun 2016 16:28:07 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5fb4a6d..ca3e374f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ BUG FIXES: - - core: bump listen gem and Ruby version to improve rsync performance + - core: Bump listen gem and Ruby version to improve rsync performance [GH-7453, GH-7441] + - core: Check process stdout when detecting if a hyperv admin + [GH-7465, GH--7467] - guests/centos: Use `ip` instead of `ifconfig` to detect network interfaces [GH-7460] - guests/debian: Ensure newline when inserting public key [GH-7456]